From 85b0cb37b8befc4396c315e85a7eca05c2d25bec Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Fri, 15 Nov 2019 18:12:57 +0100 Subject: [PATCH] Little typofix Bruh --- .../antagonists/clockcult/clock_helpers/slab_abilities.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/clockcult/clock_helpers/slab_abilities.dm b/code/modules/antagonists/clockcult/clock_helpers/slab_abilities.dm index f9e455d301..ac2a64a8d2 100644 --- a/code/modules/antagonists/clockcult/clock_helpers/slab_abilities.dm +++ b/code/modules/antagonists/clockcult/clock_helpers/slab_abilities.dm @@ -204,7 +204,7 @@ var/mob/living/silicon/S = L S.emp_act(EMP_HEAVY) else //for Nar'sian weaklings - to_chat(L, "\"How does it feel to see the light, dog?.\"") + to_chat(L, "\"How does it feel to see the light, dog?\"") L.visible_message("[L]'s eyes flare with burning light!", \ "Your vision suddenly screams with a flash of burning hot light!") //Debuffs Narsian cultists hard + deals some burn instead of just hardstunning them; Only the confusion part can stack L.flash_act(1,1)