Update say.dm

This commit is contained in:
silicons
2020-06-24 08:24:46 -07:00
committed by GitHub
parent 07c7432f43
commit 52e1c41e8b
+2
View File
@@ -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