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.
This commit is contained in:
FreeStylaLT
2020-12-11 18:01:17 -05:00
committed by GitHub
parent e6a3b5575e
commit 397d804bc6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
@@ -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
@@ -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