mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Randbats change
Forgot to include Switcheroo with Trick to be rejected with setup
This commit is contained in:
parent
68fc3c1e06
commit
b34b778870
|
|
@ -700,7 +700,7 @@ exports.BattleScripts = {
|
|||
case 'seismictoss': case 'nightshade': case 'superfang':
|
||||
if (setupType) rejected = true;
|
||||
break;
|
||||
case 'knockoff': case 'protect': case 'perishsong': case 'magiccoat': case 'trick':
|
||||
case 'knockoff': case 'protect': case 'perishsong': case 'magiccoat': case 'trick': case 'switcheroo':
|
||||
if (setupType) rejected = true;
|
||||
break;
|
||||
case 'uturn': case 'voltswitch':
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user