mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Update life.dm
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user