From a63caba6b81d70b1fa1ce3d3117d95b5112e0ae1 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:14:17 -0700 Subject: [PATCH] Update circulator.dm --- .../machinery/components/binary_devices/circulator.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/binary_devices/circulator.dm b/code/modules/atmospherics/machinery/components/binary_devices/circulator.dm index fb06be8d25c7..8c2fc6e57501 100644 --- a/code/modules/atmospherics/machinery/components/binary_devices/circulator.dm +++ b/code/modules/atmospherics/machinery/components/binary_devices/circulator.dm @@ -8,7 +8,12 @@ desc = "A gas circulator turbine and heat exchanger." icon = 'icons/obj/power.dmi' icon_state = "circ-unassembled" - anchored = 0 + layer = OBJ_LAYER + plane = OBJ_PLANE + climb_allowed = TRUE + depth_projected = TRUE + depth_level = 12 + anchored = FALSE pipe_flags = PIPING_DEFAULT_LAYER_ONLY|PIPING_ONE_PER_TURF var/kinetic_efficiency = 0.04 //combined kinetic and kinetic-to-electric efficiency