From 397d804bc65c1ca233a81794ebe7b8f4d5773e88 Mon Sep 17 00:00:00 2001 From: FreeStylaLT Date: Sat, 12 Dec 2020 01:01:17 +0200 Subject: [PATCH] Changes atmospherics machinery plane from "FLOOR_PLANE" to "GAME_PLANE" (#14975) * Changes atmospherics machinery plane from "FLOOR_PLANE" to "GAME_PLANE" * Fixes vents and scrubbers, too. --- code/ATMOSPHERICS/atmospherics.dm | 2 +- code/ATMOSPHERICS/components/unary_devices/vent_pump.dm | 2 +- code/ATMOSPHERICS/components/unary_devices/vent_scrubber.dm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/ATMOSPHERICS/atmospherics.dm b/code/ATMOSPHERICS/atmospherics.dm index 6198ecc530f..07174d6f38b 100644 --- a/code/ATMOSPHERICS/atmospherics.dm +++ b/code/ATMOSPHERICS/atmospherics.dm @@ -13,7 +13,7 @@ Pipelines + Other Objects -> Pipe network layer = GAS_PIPE_HIDDEN_LAYER //under wires resistance_flags = FIRE_PROOF max_integrity = 200 - plane = FLOOR_PLANE + plane = GAME_PLANE idle_power_usage = 0 active_power_usage = 0 power_channel = ENVIRON diff --git a/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm b/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm index 0b603c482d4..d435420d62c 100644 --- a/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm +++ b/code/ATMOSPHERICS/components/unary_devices/vent_pump.dm @@ -79,7 +79,7 @@ /obj/machinery/atmospherics/unary/vent_pump/update_icon(safety = 0) ..() - plane = FLOOR_PLANE + plane = GAME_PLANE if(!check_icon_cache()) return diff --git a/code/ATMOSPHERICS/components/unary_devices/vent_scrubber.dm b/code/ATMOSPHERICS/components/unary_devices/vent_scrubber.dm index b11efce27a9..a81d5abeee2 100644 --- a/code/ATMOSPHERICS/components/unary_devices/vent_scrubber.dm +++ b/code/ATMOSPHERICS/components/unary_devices/vent_scrubber.dm @@ -97,7 +97,7 @@ /obj/machinery/atmospherics/unary/vent_scrubber/update_icon(var/safety = 0) ..() - plane = FLOOR_PLANE + plane = GAME_PLANE if(!check_icon_cache()) return