Allows ghosts to start messages with asterisks in deadchat again (#57159)

#56519 had noble goals in trying to make emote code more robust for
ghosts, but in doing so it undid #47144, which was made to allow people
to start messages with asterisks in deadchat without getting hassled by
the game thinking you're emoting. This re-limits the emote checker to
the only two emotes ghosts have ever had, *spin and *flip.
This commit is contained in:
Ryll Ryll
2021-02-25 13:31:27 +00:00
committed by GitHub
parent 76fdd6dd1e
commit ea89867adc
5 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -23,5 +23,5 @@
/mob/camera/canUseStorage()
return FALSE
/mob/camera/emote(act, m_type=1, message = null, intentional = FALSE)
/mob/camera/emote(act, m_type=1, message = null, intentional = FALSE, force_silence = FALSE)
return FALSE