FaceDeer / dfcaverns

Replicating Dwarf Fortress' underground flora in Minetest
Other
16 stars 9 forks source link

plump_helmet_grow_time may not be correct #18

Closed LeafyLappa closed 1 year ago

LeafyLappa commented 3 years ago

There seems to be a typo in how plump_helmet_grow_time is calculated in this line in plump_helmet.lua:

local plump_helmet_grow_time = df_farming.config.plant_growth_time * df_farming.config.cave_wheat_delay_multiplier / 4

Quick comparison against other plants suggests plump_helmet_delay_multiplier should be there and not cave_wheat_delay_multiplier.

FaceDeer commented 1 year ago

Quite right, thanks for catching that.