mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +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:
@@ -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