From 1665a45a5e28a3112913f036c2c91337922dce46 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 17 Sep 2021 16:26:22 +0100 Subject: [PATCH] expunged --- code/datums/brain_damage/mild.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/brain_damage/mild.dm b/code/datums/brain_damage/mild.dm index 6c95565e09..eb5e3c0735 100644 --- a/code/datums/brain_damage/mild.dm +++ b/code/datums/brain_damage/mild.dm @@ -293,7 +293,7 @@ word = html_decode(word) if(prob(25)) - word = pick(list("\[REDACTED]", "\[CLASSIFIED]")) + word = pick(list("\[REDACTED]", "\[CLASSIFIED]", "\[EXPUNGED]")) new_message += word + suffix message = jointext(new_message, " ") speech_args[SPEECH_MESSAGE] = trim(message)