From 7ab4cbeedcaabe9f2a7e2f86ab3e910ef8f7d60a Mon Sep 17 00:00:00 2001 From: Thalpy Date: Tue, 28 May 2019 18:42:39 +0100 Subject: [PATCH] Library pls --- modular_citadel/code/datums/status_effects/chems.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/datums/status_effects/chems.dm b/modular_citadel/code/datums/status_effects/chems.dm index ad631ea551..cfb46d5b5e 100644 --- a/modular_citadel/code/datums/status_effects/chems.dm +++ b/modular_citadel/code/datums/status_effects/chems.dm @@ -340,7 +340,7 @@ phase = 2 mental_capacity = 500 customTriggers = list() - to_chat(owner, "Your mind starts to heal, fixing the damage caused by the massive ammounts of chem injected into your system earlier, .") + to_chat(owner, "Your mind starts to heal, fixing the damage caused by the massive amounts of chem injected into your system earlier, returning clarity to your mind. Though, you still feel drawn towards [master]'s words...'") M.slurring = 0 M.confused = 0 resistGrowth = 0