bonfires on lavaland?

This commit is contained in:
RandomMarine
2017-06-18 06:41:19 -07:00
parent d0be33f480
commit 6e293bb932
+1 -1
View File
@@ -170,7 +170,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