diff options
Diffstat (limited to 'npc/commands/shroom.txt')
-rw-r--r-- | npc/commands/shroom.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/shroom.txt b/npc/commands/shroom.txt index 76a4d72c3..635cfc554 100644 --- a/npc/commands/shroom.txt +++ b/npc/commands/shroom.txt @@ -23,7 +23,7 @@ OnShroom: unitwarp(.@gmId, .@m$, .@x, .@y); unitwalk(.@gmId, .@x-1, .@y-1); sleep2(200); - unitemote(.@gmId, E_HAPPY); + unitemote(.@gmId, any(E_HAPPY, E_HAPPY, E_ANGEL, E_EVILCROC)); sleep2(150); // Adjust amount based on player level |