Skip to content

Commit 8332c55

Browse files
authored
Merge pull request #8635 from Sypsoti/killsphoron
Vents Auto-scrub Phoron Again
2 parents b2ac4f9 + 58dc3c2 commit 8332c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/ATMOSPHERICS/components/unary/vent_scrubber.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
var/hibernate = 0 //Do we even process?
2222
var/scrubbing = 1 //0 = siphoning, 1 = scrubbing
23-
var/list/scrubbing_gas = list("carbon_dioxide")
23+
var/list/scrubbing_gas = list("carbon_dioxide", "phoron")
2424

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

0 commit comments

Comments
 (0)