mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
The Card Game: Update bans (#9443)
This commit is contained in:
parent
cd000b3b76
commit
ced8d3d5bd
|
|
@ -1465,7 +1465,7 @@ export const Formats: FormatList = [
|
|||
mod: 'thecardgame',
|
||||
searchShow: false,
|
||||
ruleset: ['Standard OMs', 'Sleep Moves Clause', 'Evasion Abilities Clause', 'Evasion Items Clause', 'Min Source Gen = 9'],
|
||||
banlist: ['Annihilape', 'Espathra', 'Houndstone', 'Koraidon', 'Miraidon', 'Palafin', 'Arena Trap', 'Moody', 'Shadow Tag', 'Baton Pass'],
|
||||
banlist: ['Annihilape', 'Cyclizar', 'Dragonite', 'Espathra', 'Houndstone', 'Koraidon', 'Miraidon', 'Noivern', 'Palafin', 'Arena Trap', 'Moody', 'Shadow Tag', 'Baton Pass'],
|
||||
onBegin() {
|
||||
for (const pokemon of this.getAllPokemon()) {
|
||||
pokemon.hpType = pokemon.hpType.replace(/(Ghost|Fairy)/g, 'Psychic')
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user