pokemon-showdown/data/mods/ssb
Guangcong Luo c5faebd739 Remove extraneous properties from BasicEffect
BasicEffect always had a `status` property to support the pattern of
testing it to see if it's a move that sets status directly.

This is just a situation that TypeScript is bad at.

Another possibility would be to set `status: undefined` on PureEffect,
Ability, Item, and Species, but I think that's also ugly. Casting to
Move is probably the best approach, so that's what we do now.
2020-04-25 12:57:46 -07:00
..
abilities.ts Remove extraneous properties from BasicEffect 2020-04-25 12:57:46 -07:00
items.ts Typescript data (#6553) 2020-04-23 09:16:09 -07:00
moves.ts Typescript data (#6553) 2020-04-23 09:16:09 -07:00
pokedex.ts Typescript data (#6553) 2020-04-23 09:16:09 -07:00
random-teams.ts Fix @type in .ts files 2020-04-24 14:19:08 -07:00
scripts.ts Remove extraneous properties from BasicEffect 2020-04-25 12:57:46 -07:00
statuses.ts Typescript data (#6553) 2020-04-23 09:16:09 -07:00