From 9945a2d64baf16eb9064a67fa26f751f86a3f797 Mon Sep 17 00:00:00 2001 From: TheImmortal Date: Mon, 25 Jun 2012 03:46:18 +0400 Subject: [PATCH] Missing inherit: true, in a few places --- mods/gen4/moves.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mods/gen4/moves.js b/mods/gen4/moves.js index be3ed6fcc5..00c2b4e179 100644 --- a/mods/gen4/moves.js +++ b/mods/gen4/moves.js @@ -46,6 +46,7 @@ exports.BattleMovedex = { accuracy: 80 }, brickbreak: { + inherit: true, desc: "Reflect and Light Screen are removed from the target's field even if the attack misses or the target is a Ghost-type.", //shortDesc: "", onTryHit: function(pokemon) { @@ -105,6 +106,7 @@ exports.BattleMovedex = { } }, conversion2: { + inherit: true, //desc: "", onTryHit: function(target, source) { if (source.ability === 'multitype') return false; @@ -381,6 +383,7 @@ exports.BattleMovedex = { accuracy: 70 }, magnetrise: { + inherit: true, volatileStatus: 'magnetrise', effect: { duration: 5,