mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes emote runtimes (#39115)
Fixed some missing args in emote procs called with named args, leading to runtimes.
This commit is contained in:
committed by
Tad Hardesty
parent
667f4ead58
commit
042ea5ea63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user