Scrubbers no longer automatically scrub phoron (#5512)

This commit is contained in:
Anewbe
2018-09-06 17:51:58 -05:00
committed by Mechoid
parent a30a235de5
commit f452e66934

View File

@@ -20,7 +20,7 @@
var/hibernate = 0 //Do we even process?
var/scrubbing = 1 //0 = siphoning, 1 = scrubbing
var/list/scrubbing_gas = list("carbon_dioxide", "phoron")
var/list/scrubbing_gas = list("carbon_dioxide")
var/panic = 0 //is this scrubber panicked?