Skip to content

Commit

Permalink
Merge pull request #8635 from Sypsoti/killsphoron
Browse files Browse the repository at this point in the history
Vents Auto-scrub Phoron Again
  • Loading branch information
Atermonera authored May 17, 2022
2 parents b2ac4f9 + 58dc3c2 commit 8332c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ATMOSPHERICS/components/unary/vent_scrubber.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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")
var/list/scrubbing_gas = list("carbon_dioxide", "phoron")

var/panic = 0 //is this scrubber panicked?

Expand Down

0 comments on commit 8332c55

Please sign in to comment.