From 8deec9b0a488810b23d7e3afba89012e0872ef3f Mon Sep 17 00:00:00 2001 From: Crazy Lemon Date: Thu, 17 Dec 2015 00:07:58 -0800 Subject: [PATCH] Update life.dm --- code/modules/mob/living/carbon/brain/life.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/brain/life.dm b/code/modules/mob/living/carbon/brain/life.dm index 1a3ccdf0ca6..b2869cb96c2 100644 --- a/code/modules/mob/living/carbon/brain/life.dm +++ b/code/modules/mob/living/carbon/brain/life.dm @@ -4,7 +4,7 @@ radiation -= 3 adjustToxLoss(3) updatehealth() - if(!container) // The brains are containers - Theory: Everyone on the station is secretly a highly-advanced cyborg, wearing meat shells + if(!container) src << "You feel weak." else src << "STATUS: CRITICAL AMOUNTS OF RADIATION DETECTED." @@ -99,4 +99,4 @@ var/obj/mecha/piloted = mmi.mecha piloted.pilot_mmi_hud(src) - handle_hud_icons_health() \ No newline at end of file + handle_hud_icons_health()