mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user