Random Battle: Reject Shadow Claw with Shadow Ball

Should have been done with 66615c5331.
This is for Aegislash.
This commit is contained in:
The Immortal 2015-01-28 19:50:25 +04:00
parent 66615c5331
commit 38db6fd2b3

View File

@ -1155,6 +1155,9 @@ exports.BattleScripts = {
case 'shadowforce': case 'phantomforce': case 'shadowsneak':
if (hasMove['shadowclaw']) rejected = true;
break;
case 'shadowclaw':
if (hasMove['shadowball']) rejected = true;
break;
case 'ironhead':
if (hasMove['flashcannon']) rejected = true;
break;