Fixes emote runtimes (#39115)

Fixed some missing args in emote procs called with named args, leading to
runtimes.
This commit is contained in:
vuonojenmustaturska
2018-07-14 23:20:50 +03:00
committed by Ling
parent d4787f9df8
commit 18dddfbaae
3 changed files with 3 additions and 3 deletions

View File

@@ -142,7 +142,7 @@
to_chat(src, "<span class='warning'>You cannot speak, your other self is controlling your body!</span>")
return FALSE
/mob/living/split_personality/emote(message)
/mob/living/split_personality/emote(act, m_type = null, message = null, intentional = FALSE)
return
///////////////BRAINWASHING////////////////////