pokemon-showdown/data/mods/ssb
Guangcong Luo 55cbc52bba Fix bugs with secondary/ability order
Fixes #6346

The `AfterDamage` event has been replaced with `DamagingHit`, which
which happens for damaging moves after secondaries.

The `AfterHit` event has also been moved after `DamagingHit`, to make
sure Knock Off still procs after Rocky Helmet.

`AfterHit` is no longer a valid event on `secondary` and `self` blocks,
because it's meaningless in those blocks, anyway. All `self.onAfterHit`
and `secondary.onAfterHit` handlers have been moved to `onHit`, which
should have the same timing in practice.
2020-02-08 08:07:39 -08:00
..
abilities.js Fix bugs with secondary/ability order 2020-02-08 08:07:39 -08:00
items.js Introduce item.itemUser 2019-11-25 15:26:36 +13:00
moves.js SSB: Fix Lava Terrain damage boost (#6332) 2020-02-06 01:01:25 +10:30
pokedex.js SSB: Bugfixes and Namechanges (#6241) 2020-01-03 18:16:48 -05:00
random-teams.js SSB: Bugfixes and Namechanges (#6241) 2020-01-03 18:16:48 -05:00
scripts.js Rename resolveTarget -> getRandomTarget 2020-01-18 15:43:34 -07:00
statuses.js Fix bugs with secondary/ability order 2020-02-08 08:07:39 -08:00