mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Prevent mobs from suffocating in cryogenic freezers. (#32423)
This commit is contained in:
@@ -69,6 +69,9 @@
|
||||
if(istype(loc, /obj/machinery/atmospherics/unary/cryo_cell))
|
||||
return
|
||||
|
||||
if(istype(loc, /obj/machinery/cryopod)) // Do not suffocate in cryogenic storage. What the hell.
|
||||
return
|
||||
|
||||
var/datum/gas_mixture/breath
|
||||
|
||||
if(health <= HEALTH_THRESHOLD_CRIT && check_death_method())
|
||||
|
||||
Reference in New Issue
Block a user