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
@@ -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