Randbats change

Forgot to include Switcheroo with Trick to be rejected with setup
This commit is contained in:
TheImmortal 2012-11-14 20:44:34 +04:00
parent 68fc3c1e06
commit b34b778870

View File

@ -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':