pokemon-showdown/test/sim
Waleed Hassan 855899b330
Fix Battle#switchIn (#6521)
Regression caused by: 47b55f96bc

`Battle#dragIn` used to run the `SwitchOut` event among other functions
but were accidentally left off in the refactor. This commit adds them back.

The main bug caused by this is Natural Cure not curing status aliments when
phased out by Roar.
2020-04-03 09:22:55 -07:00
..
abilities Fix Battle#switchIn (#6521) 2020-04-03 09:22:55 -07:00
items Add additional Eject Pack tests (#6453) 2020-03-17 20:38:19 -07:00
misc Fix Round and Pledge move interaction with Z- and Max Moves 2020-03-31 16:33:42 -04:00
moves Fix activeTurns/activeMoveActions bugs 2020-03-30 04:07:05 -07:00
tools Use assert in strict mode 2020-02-20 00:39:31 -08:00
choice-parser.js Update tests for new targeting syntax 2020-03-24 02:56:39 -07:00
decisions.js Add test for priority of shift action in Triples battles (#6509) 2020-04-01 06:17:21 -07:00
dex.js Rename Template to Species (#6478) 2020-03-25 23:29:27 -07:00
events.js Use assert in strict mode 2020-02-20 00:39:31 -08:00
team-validator.js Fix validation for event-only VC Pokémon 2020-03-30 07:09:12 -07:00