[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>
This commit is contained in:
SkyratBot
2021-07-08 09:46:16 +01:00
committed by GitHub
parent 8b82da4af6
commit dc8c7f83cc
@@ -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"