pokemon-showdown/data/mods/randomroulette
Guangcong Luo f9ec0b1f43
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Never use globals in data/ or sim/
These are all API bugs, but I also caught some sim bugs:

- Bio Mech Mons (the mod) was using `Dex` when it should have been using
  `this.dex`
- Data Preview (the rule) was using `Dex` when it should have been using
  `this.dex`
- Gen 9 SSB was using `Dex.mod('base')` when it should have been using
  `.mod('gen9')`

This will be enforced via ESLint going forward.
2026-07-13 18:26:46 -07:00
..
scripts.ts Never use globals in data/ or sim/ 2026-07-13 18:26:46 -07:00