From a243b613a361495f215b138819f796b40741931f Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Thu, 14 Jul 2022 19:11:15 -0600 Subject: [PATCH] fix typo in grow time, this was using cave wheat's delay multiplier https://github.com/FaceDeer/dfcaverns/issues/18 --- df_farming/plump_helmet.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/df_farming/plump_helmet.lua b/df_farming/plump_helmet.lua index 6f93af1..2d1b0d7 100644 --- a/df_farming/plump_helmet.lua +++ b/df_farming/plump_helmet.lua @@ -3,7 +3,7 @@ local S = df_farming.S local displace_x = 0.125 local displace_z = 0.125 -local plump_helmet_grow_time = df_farming.config.plant_growth_time * df_farming.config.cave_wheat_delay_multiplier / 4 +local plump_helmet_grow_time = df_farming.config.plant_growth_time * df_farming.config.plump_helmet_delay_multiplier / 4 local plump_helmet_on_place = function(itemstack, placer, pointed_thing, plantname) local pt = pointed_thing