Supply and scrubber pipe connectors and pumps (#18571)

* a

* 4

* 45

* 6

---------

Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2024-03-04 09:25:35 +00:00
committed by GitHub
co-authored by DreamySkrell <>
parent a66679ebaa
commit 6437fe3f13
5 changed files with 38 additions and 0 deletions
@@ -66,6 +66,26 @@ Thus, the two variables affect pump operation are set in New():
icon_state = "map_on-aux"
use_power = POWER_USE_IDLE
/obj/machinery/atmospherics/binary/pump/supply
icon_state = "map_off-supply"
base_icon = "pump-supply"
icon_connect_type = "-supply"
connect_types = CONNECT_TYPE_SUPPLY
/obj/machinery/atmospherics/binary/pump/supply/on
icon_state = "map_on-supply"
use_power = POWER_USE_IDLE
/obj/machinery/atmospherics/binary/pump/scrubber
icon_state = "map_off-scrubber"
base_icon = "pump-scrubber"
icon_connect_type = "-scrubber"
connect_types = CONNECT_TYPE_SCRUBBER
/obj/machinery/atmospherics/binary/pump/scrubber/on
icon_state = "map_on-scrubber"
use_power = POWER_USE_IDLE
/obj/machinery/atmospherics/binary/pump/update_icon()
if(!powered())