From e2df9fec477317703cb55b7f6e33693e7ae37cd1 Mon Sep 17 00:00:00 2001
From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com>
Date: Fri, 17 Sep 2021 12:26:11 +0100
Subject: [PATCH] indentation
---
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 724d55960d..6c95565e09 100644
--- a/code/datums/brain_damage/mild.dm
+++ b/code/datums/brain_damage/mild.dm
@@ -294,6 +294,6 @@
if(prob(25))
word = pick(list("\[REDACTED]", "\[CLASSIFIED]"))
- new_message += word + suffix
+ new_message += word + suffix
message = jointext(new_message, " ")
speech_args[SPEECH_MESSAGE] = trim(message)