This commit is contained in:
Kyep
2017-01-02 03:36:12 -08:00
parent e9304f86f9
commit 0456465470
2 changed files with 5 additions and 0 deletions
@@ -100,6 +100,9 @@
overlays += icon_manager.get_atmos_icon("device", , , vent_icon)
pipe_image = image(src, loc, layer = 20, dir = dir) //the 20 puts it above Byond's darkness (not its opacity view)
pipe_image.plane = HUD_PLANE
/obj/machinery/atmospherics/unary/vent_pump/update_underlays()
if(..())
underlays.Cut()
@@ -107,6 +107,8 @@
scrubber_icon = "scrubberweld"
overlays += icon_manager.get_atmos_icon("device", , , scrubber_icon)
pipe_image = image(src, loc, layer = 20, dir = dir) //the 20 puts it above Byond's darkness (not its opacity view)
pipe_image.plane = HUD_PLANE
/obj/machinery/atmospherics/unary/vent_scrubber/update_underlays()
if(..())