Fixes scrubber Phoron scrubbing

This commit is contained in:
Yoshax
2017-04-13 22:32:40 +01:00
parent df5099e51b
commit 91e060621d
2 changed files with 4 additions and 3 deletions

View File

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