Make wood-military optional

This commit is contained in:
Simon Brodtmann 2025-01-16 00:28:37 +01:00
parent 5b8c335bc1
commit 5a040ce642
9 changed files with 49 additions and 26 deletions

View file

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