mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-25 07:22:09 -05:00
ORAS Mix and Mega: Restrict Deoxys-Speed
This commit is contained in:
parent
faa549e02f
commit
fc70a34fd3
|
|
@ -2948,7 +2948,7 @@ export const Formats: import('../sim/dex-formats').FormatList = [
|
|||
banlist: ['Shadow Tag', 'Baton Pass', 'Electrify'],
|
||||
restricted: [
|
||||
'Beedrillite', 'Gengarite', 'Kangaskhanite', 'Mawilite', 'Medichamite',
|
||||
'Arceus', 'Darkrai', 'Deoxys-Attack', 'Deoxys-Normal', 'Dialga', 'Dragonite', 'Genesect', 'Giratina', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-Black',
|
||||
'Arceus', 'Darkrai', 'Deoxys-Attack', 'Deoxys-Normal', 'Deoxys-Speed', 'Dialga', 'Dragonite', 'Genesect', 'Giratina', 'Groudon', 'Ho-Oh', 'Kyogre', 'Kyurem-Black',
|
||||
'Kyurem-White', 'Lugia', 'Manaphy', 'Mewtwo', 'Palkia', 'Rayquaza', 'Regigigas', 'Reshiram', 'Shaymin-Sky', 'Slaking', 'Xerneas', 'Yveltal', 'Zekrom',
|
||||
],
|
||||
onValidateTeam(team) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user