From 52e1c41e8bd9903fa28fccfedf739a88f553cd09 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 24 Jun 2020 08:24:46 -0700 Subject: [PATCH] Update say.dm --- code/game/say.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/say.dm b/code/game/say.dm index 35a1b1d072..b66c063761 100644 --- a/code/game/say.dm +++ b/code/game/say.dm @@ -110,6 +110,8 @@ GLOBAL_LIST_INIT(freqtospan, list( /// Quirky citadel proc for our custom sayverbs to strip the verb out. Snowflakey as hell, say rewrite 3.0 when? /atom/movable/proc/quoteless_say_quote(input, list/spans = list(speech_span), message_mode) + if(input[1] == "!") + return "" var/pos = findtext(input, "*") return pos? copytext(input, pos + 1) : input