forked from cacklingfiend/lignumis
Make wood-military optional
This commit is contained in:
parent
5b8c335bc1
commit
5a040ce642
9 changed files with 49 additions and 26 deletions
|
|
@ -13,11 +13,16 @@ data:extend({
|
|||
default_value = true,
|
||||
order = "b"
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "lignumis-ammo-progression",
|
||||
setting_type = "startup",
|
||||
default_value = true,
|
||||
order = "c"
|
||||
}
|
||||
})
|
||||
|
||||
if not mods["wood-military"] then
|
||||
data:extend({
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "lignumis-ammo-progression",
|
||||
setting_type = "startup",
|
||||
default_value = true,
|
||||
order = "c"
|
||||
}
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue