module things, jfc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//The code execution of the emote datum is located at code/datums/emotes.dm
|
||||
/mob/proc/emote(act, m_type = null, message = null)
|
||||
/mob/proc/emote(act, m_type = null, message = null, intentional = FALSE)
|
||||
act = lowertext(act)
|
||||
var/param = message
|
||||
var/custom_param = findchar(act, " ")
|
||||
@@ -12,7 +12,7 @@
|
||||
if(!E)
|
||||
to_chat(src, "<span class='notice'>Unusable emote '[act]'. Say *help for a list.</span>")
|
||||
return
|
||||
E.run_emote(src, param, m_type)
|
||||
E.run_emote(src, param, m_type, intentional)
|
||||
|
||||
/datum/emote/flip
|
||||
key = "flip"
|
||||
|
||||
Reference in New Issue
Block a user