mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-20 05:58:08 -05:00
Random Battle: Reject Shadow Claw with Shadow Ball
Should have been done with 66615c5331.
This is for Aegislash.
This commit is contained in:
parent
66615c5331
commit
38db6fd2b3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user