From 985300b87b0031c8e6dfaeea2c00c0b5f8828d3f Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Sun, 1 Nov 2020 22:14:51 +0100 Subject: [PATCH] typo --- code/modules/mob/living/carbon/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index 75caeb0d3c..e278c917b4 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -820,7 +820,7 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put if("shortblind") ADD_TRAIT(src, TRAIT_BLIND, CORRUPTED_SYSTEM) addtimer(CALLBACK(src, .proc/reenable_vision), 5 SECONDS) - to_chat(src, ">span class='warning'>Visual receptor shutdown detected - Initiating reboot.") + to_chat(src, "Visual receptor shutdown detected - Initiating reboot.") if("shortstun") Stun(30) to_chat(src, "Deadlock detected in primary systems, error code [rand(101, 999)].")