Cryocell works with all gases now ; Cryox requires being KOd (#65513)

* refactored cryo

* fixes

* always forget maps

* requested changes, cryoxadone only heal if sleeping
This commit is contained in:
Ghilker
2022-03-22 09:58:45 -04:00
committed by GitHub
parent a21274e56a
commit e5ed4b3dea
10 changed files with 57 additions and 35 deletions
-2
View File
@@ -73,8 +73,6 @@
var/obj/item/organ/lungs = getorganslot(ORGAN_SLOT_LUNGS)
if(reagents.has_reagent(/datum/reagent/toxin/lexorin, needs_metabolizing = TRUE))
return
if(istype(loc, /obj/machinery/atmospherics/components/unary/cryo_cell))
return
var/datum/gas_mixture/environment
if(loc)