diff --git a/code/game/machinery/cryo.dm b/code/game/machinery/cryo.dm index c4c5899f9f..0f511d1944 100644 --- a/code/game/machinery/cryo.dm +++ b/code/game/machinery/cryo.dm @@ -42,7 +42,6 @@ if(!node) return if(!on) - updateUsrDialog() return if(occupant) @@ -57,7 +56,6 @@ if(abs(temperature_archived-air_contents.temperature) > 1) network.update = 1 - updateUsrDialog() return 1 @@ -193,7 +191,6 @@ var/mob/M = G:affecting if(put_mob(M)) del(G) - updateUsrDialog() return /obj/machinery/atmospherics/unary/cryo_cell/update_icon()