Add on-map sprites for pre-enabled atmos pumps

This commit is contained in:
Tad Hardesty
2018-04-05 20:24:05 -07:00
parent 339f95a375
commit d00239d54a
3 changed files with 2 additions and 2 deletions
@@ -31,7 +31,7 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/components/binary/pump/on
on = TRUE
icon_state = "pump_on"
icon_state = "pump_on_map"
/obj/machinery/atmospherics/components/binary/pump/Destroy()
SSradio.remove_object(src,frequency)
@@ -35,7 +35,7 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/components/binary/volume_pump/on
on = TRUE
icon_state = "volpump_on"
icon_state = "volpump_on_map"
/obj/machinery/atmospherics/components/binary/volume_pump/update_icon_nopipes()
if(!is_operational())
Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB