Cat and Mouse choose from emote_hear list

This commit is contained in:
Tails2091
2019-03-21 14:41:35 -04:00
parent a34f1054ce
commit 46e550d025
2 changed files with 2 additions and 2 deletions
@@ -168,7 +168,7 @@
switch(act)
if("meow")
message = "<B>[src]</B> meows!"
message = "<B>[src]</B> [pick(emote_hear)]!"
m_type = 2 //audible
playsound(src, meow_sound, 50, 0.75)
if("hiss")
@@ -124,7 +124,7 @@
switch(act)
if("squeak")
message = "<B>\The [src]</B> squeaks!"
message = "<B>\The [src]</B> [pick(emote_hear)]!"
m_type = 2 //audible
playsound(src, squeak_sound, 40, 1)
if("help")