mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -509,7 +509,7 @@ if settings.startup['PHI-SA'].value then
|
||||
icon = location .. v.name:gsub('-', '_') .. '.png',
|
||||
subgroup = v.subgroup,
|
||||
order = (v.subgroup == 'virtual-signal-number' and ('b[numbers]-[ZZ' .. v.name:gsub('signal-', '') .. ']')) or ('c[letters]-[ZZ' .. v.name:gsub('signal-', '') .. ']'),
|
||||
localised_name = {'phi-cl.combine', v.localised_name, '(II)'}
|
||||
localised_name = {'phi-cl.combine', 'virtual-signal-name.' .. v.name, '(II)'}
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user