Skip to content

Commit

Permalink
phoron be gone
Browse files Browse the repository at this point in the history
  • Loading branch information
Sypsoti committed May 10, 2022
1 parent b377425 commit 58dc3c2
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 58dc3c2

Please sign in to comment.