mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-07-16 02:02:20 +01: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]\"";
|