Improvement

This commit is contained in:
Kyep
2017-01-02 03:40:14 -08:00
parent 0456465470
commit 9b008e6635
4 changed files with 7 additions and 6 deletions
@@ -100,8 +100,7 @@
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
update_pipe_image()
/obj/machinery/atmospherics/unary/vent_pump/update_underlays()
if(..())
@@ -107,8 +107,7 @@
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
update_pipe_image()
/obj/machinery/atmospherics/unary/vent_scrubber/update_underlays()
if(..())