it's functional, sprite time

This commit is contained in:
Putnam
2020-01-08 17:05:43 -08:00
parent 201a2056b9
commit fdbbcfe59a
4 changed files with 126 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ GLOBAL_LIST_INIT(atmos_pipe_recipes, list(
"Devices" = list(
new /datum/pipe_info/pipe("Connector", /obj/machinery/atmospherics/components/unary/portables_connector),
new /datum/pipe_info/pipe("Unary Vent", /obj/machinery/atmospherics/components/unary/vent_pump),
new /datum/pipe_info/pipe("Gated Valve", /obj/machinery/atmospherics/components/binary/gated_valve),
new /datum/pipe_info/pipe("Gas Pump", /obj/machinery/atmospherics/components/binary/pump),
new /datum/pipe_info/pipe("Passive Gate", /obj/machinery/atmospherics/components/binary/passive_gate),
new /datum/pipe_info/pipe("Volume Pump", /obj/machinery/atmospherics/components/binary/volume_pump),