Merge pull request #11032 from Citadel-Station-13/kevinz000-patch-7
Fixes cryotubes not transferring reagents for minutes at a time (because at tier 4 it takes 80 * 20 = 1600 deciseconds (!!!) to .. transfer regeants??)
This commit is contained in:
@@ -251,6 +251,7 @@
|
|||||||
/obj/machinery/atmospherics/components/unary/cryo_cell/close_machine(mob/living/carbon/user)
|
/obj/machinery/atmospherics/components/unary/cryo_cell/close_machine(mob/living/carbon/user)
|
||||||
if((isnull(user) || istype(user)) && state_open && !panel_open)
|
if((isnull(user) || istype(user)) && state_open && !panel_open)
|
||||||
..(user)
|
..(user)
|
||||||
|
reagent_transfer = 0
|
||||||
return occupant
|
return occupant
|
||||||
|
|
||||||
/obj/machinery/atmospherics/components/unary/cryo_cell/container_resist(mob/living/user)
|
/obj/machinery/atmospherics/components/unary/cryo_cell/container_resist(mob/living/user)
|
||||||
|
|||||||
Reference in New Issue
Block a user