Add setting "Enable progressive technologies"
This commit is contained in:
parent
c67aaeb1b7
commit
f9fc1d77a8
4 changed files with 22 additions and 3 deletions
|
|
@ -19,6 +19,13 @@ data:extend({
|
|||
setting_type = "startup",
|
||||
default_value = true,
|
||||
order = "c"
|
||||
},
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "lignumis-technology-progression",
|
||||
setting_type = "startup",
|
||||
default_value = true,
|
||||
order = "d"
|
||||
}
|
||||
})
|
||||
|
||||
|
|
@ -39,4 +46,4 @@ if mods["planet-picker"] then
|
|||
data.raw["bool-setting"]["lignumis-inserter-progression"].hidden = true
|
||||
data.raw["bool-setting"]["lignumis-ammo-progression"].forced_value = false
|
||||
data.raw["bool-setting"]["lignumis-ammo-progression"].hidden = true
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue