From 087bc8c27a20c42803a403b9de88db89db90ffed Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 19 Jun 2017 08:53:41 -0500 Subject: [PATCH] Bonfires light up in lavaland atmos --- code/modules/hydroponics/grown/towercap.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/towercap.dm b/code/modules/hydroponics/grown/towercap.dm index dd322e57d3..5a21cb14e5 100644 --- a/code/modules/hydroponics/grown/towercap.dm +++ b/code/modules/hydroponics/grown/towercap.dm @@ -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