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.
This commit is contained in:
Spades
2018-10-01 08:42:23 -04:00
parent 08c3550f3a
commit c2ac5bc3b9
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
/obj/machinery/atmospherics/unary/vent_scrubber
scrubbing_gas = list("carbon_dioxide", "phoron")

View File

@@ -164,6 +164,7 @@
#include "code\ATMOSPHERICS\components\unary\unary_base.dm" #include "code\ATMOSPHERICS\components\unary\unary_base.dm"
#include "code\ATMOSPHERICS\components\unary\vent_pump.dm" #include "code\ATMOSPHERICS\components\unary\vent_pump.dm"
#include "code\ATMOSPHERICS\components\unary\vent_scrubber.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\cap.dm"
#include "code\ATMOSPHERICS\pipes\he_pipes.dm" #include "code\ATMOSPHERICS\pipes\he_pipes.dm"
#include "code\ATMOSPHERICS\pipes\manifold.dm" #include "code\ATMOSPHERICS\pipes\manifold.dm"