This commit is contained in:
2025-01-27 23:09:00 +09:00
parent 3fbcb542d8
commit a97d9527b7
6 changed files with 69 additions and 0 deletions

View File

@@ -218,6 +218,13 @@ data:extend({
maximum_value = 1000,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-CARGO-WEIGHT'}, {'mod-setting-name.PHI-MI-CARGO-WEIGHT'}},
order = 'C10'
}, {
type = 'bool-setting',
name = 'PHI-MI-PRODUCTIVITY',
setting_type = 'startup',
default_value = false,
localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-MI-PRODUCTIVITY'}, {'mod-setting-name.PHI-MI-PRODUCTIVITY'}},
order = 'C11'
}, {
type = 'bool-setting',
name = 'PHI-SA',