diff --git a/PHI-CL/settings.lua b/PHI-CL/settings.lua index c0c4957..eda9425 100644 --- a/PHI-CL/settings.lua +++ b/PHI-CL/settings.lua @@ -220,20 +220,27 @@ data:extend({ maximum_value = 100, localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-QUALITY'}, {'mod-setting-name.PHI-SA-QUALITY'}}, order = 'C05' +}, { + type = 'bool-setting', + name = 'PHI-SA-NO-QUALITY', + setting_type = 'startup', + default_value = false, + localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-NO-QUALITY'}, {'mod-setting-name.PHI-SA-NO-QUALITY'}}, + order = 'C06' }, { type = 'bool-setting', name = 'PHI-SA-RESTRICTION', setting_type = 'startup', default_value = false, localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-RESTRICTION'}, {'mod-setting-name.PHI-SA-RESTRICTION'}}, - order = 'C06' + order = 'C07' }, { type = 'bool-setting', name = 'PHI-SA-GENERIC', setting_type = 'startup', default_value = false, localised_name = {'phi-cl.combine', {'mod-setting-name-prefix.PHI-SA-GENERIC'}, {'mod-setting-name.PHI-SA-GENERIC'}}, - order = 'C07' + order = 'C08' }, { type = 'bool-setting', name = 'PHI-VP',