Merge pull request #4296 from VOREStation/phoron-scrubbing

Restores phoron scrubbing to vents
This commit is contained in:
Spades
2018-10-01 09:20:05 -04:00
committed by GitHub
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

@@ -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"