mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Mime growling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user