mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 02:55:22 +09:00
.
This commit is contained in:
@@ -191,7 +191,7 @@ data:extend({
|
||||
setting_type = 'startup',
|
||||
allow_blank = true,
|
||||
default_value = '',
|
||||
allowed_values = {'', 'SAP', 'SS', 'VP'},
|
||||
allowed_values = {'', 'SAP', 'VP'},
|
||||
localised_name = {'phi-cl.setting-category-color', {'mod-setting-name-prefix.PHI-GM'}, {'phi-cl.enable', {'mod-setting-name.PHI-GM'}}},
|
||||
order = 'D00'
|
||||
}, {
|
||||
@@ -226,12 +226,3 @@ if mods['space-age'] then
|
||||
data.raw['bool-setting']['PHI-SA-ENABLE-QUALITY'].localised_description = {'', '[virtual-signal=signal-any-quality]'}
|
||||
data.raw['int-setting']['PHI-SA-QUALITY'].localised_description = {'', '[item=quality-module-3] x 0.1'}
|
||||
end
|
||||
|
||||
--[[
|
||||
if data.raw['string-setting']['PHI-GM'].value and data.raw['string-setting']['PHI-GM'].value == 'SS' then
|
||||
data.raw['bool-setting']['PHI-MB'].value = true
|
||||
data.raw['bool-setting']['PHI-MB-ENERGY'].value = true
|
||||
data.raw['int-setting']['PHI-MB-ENERGY-POWER-TIER'].value = true
|
||||
|
||||
end
|
||||
]]
|
||||
|
||||
Reference in New Issue
Block a user