mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-28 03:56:35 -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