Update cryo.dm

This commit is contained in:
kevinz000
2020-02-11 23:07:47 -07:00
committed by GitHub
parent 60756cbc35
commit ecbb7767c3

View File

@@ -251,6 +251,7 @@
/obj/machinery/atmospherics/components/unary/cryo_cell/close_machine(mob/living/carbon/user)
if((isnull(user) || istype(user)) && state_open && !panel_open)
..(user)
reagent_transfer = 0
return occupant
/obj/machinery/atmospherics/components/unary/cryo_cell/container_resist(mob/living/user)