From 6e293bb93270230aecaefc8ffc6c98b7ddd87520 Mon Sep 17 00:00:00 2001 From: RandomMarine Date: Sun, 18 Jun 2017 06:41:19 -0700 Subject: [PATCH] bonfires on lavaland? --- 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 e03027d06ed..a38e0f88a4e 100644 --- a/code/modules/hydroponics/grown/towercap.dm +++ b/code/modules/hydroponics/grown/towercap.dm @@ -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