diff --git a/js/battle.js b/js/battle.js index 1ad2131a0..a11a5ca06 100644 --- a/js/battle.js +++ b/js/battle.js @@ -4067,7 +4067,8 @@ var Battle = (function () { this.resultAnim(ofpoke, effect.name, 'ability'); this.message('', "[" + ofpoke.getName(true) + "'s " + effect.name + "!]"); ofpoke.markAbility(effect); - } else if (effect.exists) { + } else if (effect.effectType === 'Item') { + (ofpoke || poke).item = effect.name; effectMessage = " by the " + effect.name; }