From 028fc78f25cf2020b6841be8ea7370f8b58a77dc Mon Sep 17 00:00:00 2001 From: Marty-D Date: Sat, 11 Aug 2012 12:52:25 -0300 Subject: [PATCH] Rock Head's description was apparently confusing. --- data/abilities.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/abilities.js b/data/abilities.js index e869935bfd..6379f7130a 100644 --- a/data/abilities.js +++ b/data/abilities.js @@ -1653,7 +1653,7 @@ exports.BattleAbilities = { }, "rockhead": { desc: "This Pokemon does not receive recoil damage unless it uses Struggle, it misses with Jump Kick or Hi Jump Kick or it is holding Life Orb, Jaboca Berry or Rowap Berry.", - shortDesc: "This Pokemon does not receive recoil damage; not Struggle, Life Orb, crash damage.", + shortDesc: "This Pokemon does not take recoil damage besides Struggle, Life Orb, crash damage.", onModifyMove: function(move) { delete move.recoil; },