diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-05 09:06:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-05 09:06:06 -0300 |
commit | 6d6757326cc65d72601e3536f3cd29ff53839dd7 (patch) | |
tree | 21b734fc353df1617bbd2429501e9e5b31ce559b /npc/commands | |
parent | 69bed0f5798409cd1ae6ab3b374226a0ac9159aa (diff) | |
download | serverdata-6d6757326cc65d72601e3536f3cd29ff53839dd7.tar.gz serverdata-6d6757326cc65d72601e3536f3cd29ff53839dd7.tar.bz2 serverdata-6d6757326cc65d72601e3536f3cd29ff53839dd7.tar.xz serverdata-6d6757326cc65d72601e3536f3cd29ff53839dd7.zip |
25% chance the fake GM use %%e emote. %%g also added on same odds.
Better constant names for Jesusalva's signature %%n and facepalm
Diffstat (limited to 'npc/commands')
-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 |