mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-12-26 02:40:36 +01:00
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:
parent
64063bda36
commit
a243b613a3
@ -3,7 +3,7 @@ local S = df_farming.S
|
|||||||
local displace_x = 0.125
|
local displace_x = 0.125
|
||||||
local displace_z = 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 plump_helmet_on_place = function(itemstack, placer, pointed_thing, plantname)
|
||||||
local pt = pointed_thing
|
local pt = pointed_thing
|
||||||
|
Loading…
Reference in New Issue
Block a user