From 41542fb8c828cd3fc8772f3acd05c62ae0b6dbb7 Mon Sep 17 00:00:00 2001 From: Boggart Date: Fri, 1 May 2015 00:17:47 -0600 Subject: [PATCH] Fixes being able to move out of cryo into the pipes. --- code/game/machinery/cryo.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/machinery/cryo.dm b/code/game/machinery/cryo.dm index 851bf6e643f..817835f566a 100644 --- a/code/game/machinery/cryo.dm +++ b/code/game/machinery/cryo.dm @@ -80,7 +80,6 @@ return 0 /obj/machinery/atmospherics/unary/cryo_cell/relaymove(var/mob/user) - ..() open_machine() /obj/machinery/atmospherics/unary/cryo_cell/container_resist()