Atmos update tweaks

- Updated pump and volume pump icons
- Reverted air scrubber icon
- Fixed passive gate icon
- Updated pipe_item sprites
- Fixed an oversight in the pipe color check
- Cleaned up the map
This commit is contained in:
Loganbacca
2014-07-16 21:37:43 +12:00
committed by Mloc-Hibernia
parent e05b5c0bfb
commit fb6c928c4d
11 changed files with 774 additions and 779 deletions

View File

@@ -52,9 +52,6 @@
if(!istype(T))
return
if(T.intact && node && node.level == 1 && istype(node, /obj/machinery/atmospherics/pipe))
scrubber_icon += "h"
if(!powered())
scrubber_icon += "off"
else