18 lines
335 B
Lua
18 lines
335 B
Lua
data:extend
|
|
{
|
|
{
|
|
type = "bool-setting",
|
|
name = "research-evolution-factor-ignore-qol",
|
|
setting_type = "startup",
|
|
default_value = false,
|
|
order = "a"
|
|
},
|
|
{
|
|
type = "bool-setting",
|
|
name = "research-evolution-factor-ignore-inf",
|
|
setting_type = "startup",
|
|
default_value = false,
|
|
order = "a"
|
|
}
|
|
}
|