From 3fea48ce074b0e98ecf6c38d3aafbec47de41be2 Mon Sep 17 00:00:00 2001 From: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> Date: Sat, 20 Feb 2021 04:53:23 -0600 Subject: [PATCH] initial (#15152) --- .../machinery/components/unary_devices/passive_vent.dm | 2 +- .../machinery/components/unary_devices/vent_pump.dm | 4 ++-- .../machinery/components/unary_devices/vent_scrubber.dm | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm b/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm index 4078f5412c2..70ae5280a55 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/passive_vent.dm @@ -1,7 +1,7 @@ /obj/machinery/atmospherics/unary/passive_vent icon = 'icons/atmos/vent_pump.dmi' icon_state = "map_vent" - + plane = FLOOR_PLANE name = "passive vent" desc = "A large air vent" diff --git a/code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm b/code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm index 93652a7d7ee..e380ddb3b94 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/vent_pump.dm @@ -9,7 +9,7 @@ name = "air vent" desc = "Has a valve and pump attached to it" use_power = IDLE_POWER_USE - + plane = FLOOR_PLANE layer = GAS_SCRUBBER_LAYER can_unwrench = 1 @@ -79,7 +79,7 @@ /obj/machinery/atmospherics/unary/vent_pump/update_icon(safety = 0) ..() - plane = GAME_PLANE + plane = FLOOR_PLANE if(!check_icon_cache()) return diff --git a/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm b/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm index c04ccd4233e..7048ee61639 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/vent_scrubber.dm @@ -7,7 +7,7 @@ name = "air scrubber" desc = "Has a valve and pump attached to it" layer = GAS_SCRUBBER_LAYER - + plane = FLOOR_PLANE use_power = IDLE_POWER_USE idle_power_usage = 10 active_power_usage = 60 @@ -95,7 +95,7 @@ /obj/machinery/atmospherics/unary/vent_scrubber/update_icon(var/safety = 0) ..() - plane = GAME_PLANE + plane = FLOOR_PLANE if(!check_icon_cache()) return