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()