From 61bc6d37458f342259c64be3ec3d78355856ab49 Mon Sep 17 00:00:00 2001
From: QuoteFox <49098813+quotefox@users.noreply.github.com>
Date: Fri, 12 Feb 2021 12:14:38 +0000
Subject: [PATCH] Text fix for nightmares
---
code/modules/flufftext/Dreaming.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/flufftext/Dreaming.dm b/code/modules/flufftext/Dreaming.dm
index 9cf97555..79add251 100644
--- a/code/modules/flufftext/Dreaming.dm
+++ b/code/modules/flufftext/Dreaming.dm
@@ -20,7 +20,7 @@
if(findtext(fragment, "%A% "))
fragment = replacetext(fragment, "%ADJECTIVE% ", "")
fragment = "\a [replacetext(fragment, "%A% ", "")]"
- to_chat(src, "You have a terrifying nightmare about [fragment]...")
+ to_chat(src, "... You have a terrifying nightmare about [fragment] ...")
src.visible_message("[src] shakes in their sleep.")
src.do_jitter_animation() //shake in their sleep.
fragment = ""