fix typo in grow time, this was using cave wheat's delay multiplier

https://github.com/FaceDeer/dfcaverns/issues/18
This commit is contained in:
FaceDeer 2022-07-14 19:11:15 -06:00
parent 64063bda36
commit a243b613a3
1 changed files with 1 additions and 1 deletions

View File

@ -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