mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Random Battle: Reject Explosion with Wish
Affects Lickilicky.
This commit is contained in:
parent
b810465c97
commit
85f7d4c172
|
|
@ -1132,6 +1132,9 @@ exports.BattleScripts = {
|
|||
if (hasMove['agility'] || hasMove['rockpolish']) rejected = true;
|
||||
if (hasMove['whirlwind'] || hasMove['roar'] || hasMove['encore']) rejected = true;
|
||||
break;
|
||||
case 'explosion':
|
||||
if (hasMove['wish']) rejected = true;
|
||||
break;
|
||||
|
||||
// bit redundant to have both
|
||||
// Attacks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user