Prevent mobs from suffocating in cryogenic freezers. (#32423)

This commit is contained in:
Alan
2026-08-23 14:08:00 +00:00
committed by GitHub
parent c4e8468225
commit 6279057c79
@@ -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())