Merge pull request #10568 from r4d6/Passive-Vents

Add passive vents
This commit is contained in:
Ghom
2020-01-18 22:13:23 +01:00
committed by Dip
parent 3d7ab5c63d
commit 473d2944d3
5 changed files with 57 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ GLOBAL_LIST_INIT(atmos_pipe_recipes, list(
new /datum/pipe_info/meter("Meter"),
new /datum/pipe_info/pipe("Gas Filter", /obj/machinery/atmospherics/components/trinary/filter),
new /datum/pipe_info/pipe("Gas Mixer", /obj/machinery/atmospherics/components/trinary/mixer),
new /datum/pipe_info/pipe("Passive Vent", /obj/machinery/atmospherics/components/unary/passive_vent),
),
"Heat Exchange" = list(
new /datum/pipe_info/pipe("Pipe", /obj/machinery/atmospherics/pipe/heat_exchanging/simple),