mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-06 05:26:21 -05:00
Add Ghost Curse message
This commit is contained in:
parent
24e1ffba95
commit
24894dfd3c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user