Bonfires light up in lavaland atmos

This commit is contained in:
CitadelStationBot
2017-06-19 08:53:41 -05:00
parent 85c075916d
commit 087bc8c27a
+1 -1
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