mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
|
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
* Make "All Pokemon" rules more convenient Previously, "+All Pokemon" did nothing except override "-All Pokemon", which switched from a default-allow to default-deny system. They still do that, but they now also override all previous pokemon bans/unbans. This makes it easier to replace a banlist/whitelist from an inherited ruleset without needing to reverse every previous ban/unban. This also adds an error if you use `+All Pokemon` in a ruleset where it doesn't do anything. Fixes #10772 |
||
|---|---|---|
| .. | ||
| mods | ||
| random-battles | ||
| text | ||
| abilities.ts | ||
| aliases.ts | ||
| cg-team-data.ts | ||
| cg-teams.ts | ||
| conditions.ts | ||
| formats-data.ts | ||
| FORMES.md | ||
| items.ts | ||
| learnsets.ts | ||
| moves.ts | ||
| natures.ts | ||
| pokedex.ts | ||
| pokemongo.ts | ||
| rulesets.ts | ||
| scripts.ts | ||
| tags.ts | ||
| typechart.ts | ||