Fixes spurious failures in pipe icon generation (#14585)

This commit is contained in:
AffectedArc07
2020-10-14 21:22:26 +01:00
committed by GitHub
parent 21e61bd4c6
commit eecb08d8d6
11 changed files with 36 additions and 34 deletions
@@ -94,7 +94,7 @@
else
vent_icon += "[on ? "[pump_direction ? "out" : "in"]" : "off"]"
overlays += GLOB.pipe_icon_manager.get_atmos_icon("device", , , vent_icon)
overlays += SSair.icon_manager.get_atmos_icon("device", , , vent_icon)
/obj/machinery/atmospherics/binary/dp_vent_pump/update_underlays()
if(..())