From a8567dab8c0554b10673cee851f3bc9e92c4d53a Mon Sep 17 00:00:00 2001 From: Tempoanon Date: Sat, 12 Apr 2014 19:15:47 -0700 Subject: [PATCH] NEXT: Boomburst not affected by immunities Boomburst is a sound move, and therefore hits ghosts. --- mods/gennext/moves.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mods/gennext/moves.js b/mods/gennext/moves.js index ba40a1387b..0eb4da14da 100644 --- a/mods/gennext/moves.js +++ b/mods/gennext/moves.js @@ -592,6 +592,10 @@ exports.BattleMovedex = { - they're already affected by Soundproof, also, ghosts can hear sounds ******************************************************************/ + boomburst: { + inherit: true, + affectedByImmunities: false + }, hypervoice: { inherit: true, affectedByImmunities: false