mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
/mob/living/carbon/amorph/emote(var/act,var/m_type=1,var/message = null)
|
|
if(act == "me")
|
|
return custom_emote(m_type, message)
|
|
|
|
/mob/living/carbon/amorph/say_quote(var/text)
|
|
return "[src.say_message], \"[text]\"";
|