From c2ac5bc3b95dded1f6363c255baf6ab79967837f Mon Sep 17 00:00:00 2001 From: Spades Date: Mon, 1 Oct 2018 08:42:23 -0400 Subject: [PATCH] Restores phoron scrubbing to vents I still say the changes were silly for Polaris, but for Virgo, they're downright suicidal, so naturally we won't have this change. --- code/ATMOSPHERICS/components/unary/vent_scrubber_vr.dm | 2 ++ vorestation.dme | 1 + 2 files changed, 3 insertions(+) create mode 100644 code/ATMOSPHERICS/components/unary/vent_scrubber_vr.dm diff --git a/code/ATMOSPHERICS/components/unary/vent_scrubber_vr.dm b/code/ATMOSPHERICS/components/unary/vent_scrubber_vr.dm new file mode 100644 index 0000000000..ee8eda90b3 --- /dev/null +++ b/code/ATMOSPHERICS/components/unary/vent_scrubber_vr.dm @@ -0,0 +1,2 @@ +/obj/machinery/atmospherics/unary/vent_scrubber + scrubbing_gas = list("carbon_dioxide", "phoron") \ No newline at end of file diff --git a/vorestation.dme b/vorestation.dme index 288dad83d8..fed8f5f942 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -164,6 +164,7 @@ #include "code\ATMOSPHERICS\components\unary\unary_base.dm" #include "code\ATMOSPHERICS\components\unary\vent_pump.dm" #include "code\ATMOSPHERICS\components\unary\vent_scrubber.dm" +#include "code\ATMOSPHERICS\components\unary\vent_scrubber_vr.dm" #include "code\ATMOSPHERICS\pipes\cap.dm" #include "code\ATMOSPHERICS\pipes\he_pipes.dm" #include "code\ATMOSPHERICS\pipes\manifold.dm"