[MIRROR] Add on-map sprites for pre-enabled atmos pumps (#6300)

* Add on-map sprites for pre-enabled atmos pumps

* Update volume_pump.dm

* Update pump.dm
This commit is contained in:
CitadelStationBot
2018-04-07 22:38:32 -05:00
committed by Poojawa
parent a491e364c3
commit 43baad50f1
3 changed files with 3 additions and 1 deletions
@@ -31,7 +31,8 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/components/binary/pump/on
on = TRUE
icon_state = "pump_on_map"
/obj/machinery/atmospherics/components/binary/pump/Destroy()
SSradio.remove_object(src,frequency)
if(radio_connection)
@@ -35,6 +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_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