Update life.dm

This commit is contained in:
Crazy Lemon
2015-12-17 00:07:58 -08:00
parent 26545e6ba1
commit 8deec9b0a4
+2 -2
View File
@@ -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 << "<span class='danger'>You feel weak.</span>"
else
src << "<span class='danger'>STATUS: CRITICAL AMOUNTS OF RADIATION DETECTED.</span>"
@@ -99,4 +99,4 @@
var/obj/mecha/piloted = mmi.mecha
piloted.pilot_mmi_hud(src)
handle_hud_icons_health()
handle_hud_icons_health()