mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Update life.dm (#19362)
This commit is contained in:
@@ -536,11 +536,6 @@
|
||||
else
|
||||
adjustOxyLoss(HUMAN_CRIT_MAX_OXYLOSS)
|
||||
|
||||
if(breath && should_have_organ(O_LUNGS))
|
||||
var/obj/item/organ/internal/lungs/L = internal_organs_by_name[O_LUNGS]
|
||||
if(!L.is_bruised())
|
||||
rupture_lung(TRUE)
|
||||
|
||||
throw_alert("oxy", /atom/movable/screen/alert/not_enough_atmos)
|
||||
return 0
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user