mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-24 23:09:10 -05:00
Cross Evolution: Update restrictions
This commit is contained in:
parent
6c41e0f5c4
commit
b66fce7909
|
|
@ -1339,7 +1339,7 @@ export const Formats: FormatList = [
|
|||
'Basculin-White-Striped', 'Kyogre', 'Miraidon', 'Sneasel', 'Sneasel-Hisui', 'Ursaring', 'Arena Trap', 'Huge Power', 'Pure Power',
|
||||
'Shadow Tag', 'Speed Boost', 'Moody', 'King\'s Rock', 'Razor Fang', 'Baton Pass', 'Revival Blessing',
|
||||
],
|
||||
restricted: ['Frosmoth', 'Gallade', 'Gholdengo', 'Lilligant-Hisui'],
|
||||
restricted: ['Frosmoth', 'Gallade', 'Gholdengo', 'Lilligant-Hisui', 'Lunala', 'Solgaleo'],
|
||||
onValidateTeam(team) {
|
||||
const nums = new Set<number>();
|
||||
for (const set of team) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user