Mime growling

This commit is contained in:
SabreML
2021-08-11 15:52:23 +01:00
parent 29d4f2b3fd
commit 6897883c33
@@ -170,9 +170,13 @@
if("growl", "growls")
var/M = handle_emote_param(param)
message = "<B>[src]</B> growls[M ? " at [M]" : ""]."
playsound(loc, "growls", 80, 1, frequency = get_age_pitch())
m_type = 2
if(miming)
message = "<B>[src]</B> acts out a growl[M ? " at [M]" : ""]!"
m_type = 1
else
message = "<B>[src]</B> growls[M ? " at [M]" : ""]!"
playsound(loc, "growls", 80, 1, frequency = get_age_pitch())
m_type = 2
if("ping", "pings")
var/M = handle_emote_param(param)