mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2024-11-05 10:00:40 +01:00
correct copy and paste error for blood thorn
This commit is contained in:
parent
f271423c76
commit
22e1d6b38d
|
@ -2,7 +2,7 @@ local CONFIG_FILE_PREFIX = "dfcaverns_"
|
|||
|
||||
dfcaverns.config = {}
|
||||
|
||||
local print_settingtypes = true
|
||||
local print_settingtypes = false
|
||||
|
||||
local function setting(stype, name, default, description)
|
||||
local value
|
||||
|
@ -41,6 +41,6 @@ for _, tree in pairs(trees) do
|
|||
end
|
||||
|
||||
setting("int", "blood_thorn_growth_interval", 12, "blood_thorn growth ABM interval")
|
||||
setting("int", "blood_thorn_growth_chance", 83, "blood_thorn growth ABM interval")
|
||||
setting("int", "blood_thorn_growth_chance", 83, "blood_thorn growth ABM chance")
|
||||
setting("int", "blood_thorn_min_depth", -100, "blood_thorn minimum sapling growth depth")
|
||||
setting("int", "blood_thorn_max_depth", -31000, "blood_thorn maximum sapling growth depth")
|
||||
|
|
|
@ -27,6 +27,6 @@ dfcaverns_tower_cap_max_growth_delay (tower_cap maximum sapling growth delay) in
|
|||
dfcaverns_tower_cap_min_depth (tower_cap minimum sapling growth depth) int -100
|
||||
dfcaverns_tower_cap_max_depth (tower_cap maximum sapling growth depth) int -31000
|
||||
dfcaverns_blood_thorn_growth_interval (blood_thorn growth ABM interval) int 12
|
||||
dfcaverns_blood_thorn_growth_chance (blood_thorn growth ABM interval) int 83
|
||||
dfcaverns_blood_thorn_growth_chance (blood_thorn growth ABM chance) int 83
|
||||
dfcaverns_blood_thorn_min_depth (blood_thorn minimum sapling growth depth) int -100
|
||||
dfcaverns_blood_thorn_max_depth (blood_thorn maximum sapling growth depth) int -31000
|
Loading…
Reference in New Issue
Block a user