From 85f7d4c172e0967eb7adcd1391d0fc46cc6ffebe Mon Sep 17 00:00:00 2001 From: The Immortal Date: Sun, 15 Feb 2015 15:43:53 +0400 Subject: [PATCH] Random Battle: Reject Explosion with Wish Affects Lickilicky. --- data/scripts.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/scripts.js b/data/scripts.js index ec0038dd6c..e0fdcb48ca 100644 --- a/data/scripts.js +++ b/data/scripts.js @@ -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: