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 13:20:50 -07:00
committed by Tad Hardesty
parent 667f4ead58
commit 042ea5ea63
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,5 +28,5 @@
/mob/camera/forceMove(atom/destination)
loc = destination
/mob/camera/emote(act, m_type=1, message = null)
/mob/camera/emote(act, m_type=1, message = null, intentional = FALSE)
return