diff --git a/data/scripts.js b/data/scripts.js index cbe26f4b66..d83b7c1b4a 100644 --- a/data/scripts.js +++ b/data/scripts.js @@ -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;