Merge pull request #1669 from Citadel-Station-13/upstream-merge-28552

[MIRROR] Bonfires light up in lavaland atmos
This commit is contained in:
LetterJay
2017-06-19 20:48:21 -05:00
committed by GitHub

View File

@@ -167,7 +167,7 @@
var/turf/open/O = loc
if(O.air)
var/G = O.air.gases
if(G["o2"][MOLES] > 16)
if(G["o2"][MOLES] > 13)
return 1
return 0