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

@@ -14,7 +14,7 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/binary/pump
icon = 'icons/atmos/pump.dmi'
icon_state = "map"
icon_state = "map_off"
level = 1
name = "Gas pump"
@@ -34,6 +34,7 @@ Thus, the two variables affect pump operation are set in New():
target_pressure = 15000000
/obj/machinery/atmospherics/binary/pump/on
icon_state = "map_on"
on = 1
/obj/machinery/atmospherics/binary/pump/update_icon()

View File

@@ -14,7 +14,7 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/binary/volume_pump
icon = 'icons/atmos/volume_pump.dmi'
icon_state = "map"
icon_state = "map_off"
level = 1
name = "Volumetric gas pump"
@@ -29,6 +29,7 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/binary/volume_pump/on
on = 1
icon_state = "map_on"
/obj/machinery/atmospherics/binary/volume_pump/update_icon()
if(!powered())