From dc8c7f83ccde7de19e6d0ddfb077bcdc403d4471 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 8 Jul 2021 09:46:16 +0100 Subject: [PATCH] [MIRROR] thermomachines will not rotate automatically when moved (#6796) * thermomachines will not rotate automatically when moved (#60053) Fix an issue when pulling or pushing the thermomachine would cause the pipes to behave weirdly * thermomachines will not rotate automatically when moved Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com> --- .../machinery/components/binary_devices/thermomachine.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/atmospherics/machinery/components/binary_devices/thermomachine.dm b/code/modules/atmospherics/machinery/components/binary_devices/thermomachine.dm index 968e650d304..8340861e83e 100644 --- a/code/modules/atmospherics/machinery/components/binary_devices/thermomachine.dm +++ b/code/modules/atmospherics/machinery/components/binary_devices/thermomachine.dm @@ -19,6 +19,8 @@ vent_movement = NONE pipe_flags = PIPING_ONE_PER_TURF + set_dir_on_move = FALSE + var/icon_state_off = "freezer" var/icon_state_on = "freezer_1" var/icon_state_open = "freezer-o"