Add Ghost Curse message

This commit is contained in:
Marty-D 2016-01-15 16:35:51 -05:00
parent 24e1ffba95
commit 24894dfd3c

View File

@ -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;