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 64fbc43728..648b84bfef 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -172,6 +172,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"