diff --git a/js/battle.js b/js/battle.js index d2f4e4ce3..57d5612bf 100644 --- a/js/battle.js +++ b/js/battle.js @@ -3328,6 +3328,9 @@ var Battle = (function () { case 'baddreams': actions += "" + poke.getName() + " is tormented!"; break; + case 'curse': + actions += "" + poke.getName() + " is afflicted by the curse!"; + break; case 'nightmare': actions += "" + poke.getName() + " is locked in a nightmare!"; break;