mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 20:01:40 +09:00
.
This commit is contained in:
@@ -507,7 +507,7 @@ if settings.startup['PHI-SA'].value then
|
|||||||
name = v.name .. 'A',
|
name = v.name .. 'A',
|
||||||
icon = location .. v.name .. '.png',
|
icon = location .. v.name .. '.png',
|
||||||
subgroup = v.subgroup,
|
subgroup = v.subgroup,
|
||||||
order = v.order .. 'A'
|
order = (v.subgroup == 'virtual-signal-number' and ('b[numbers]-[' .. v.name .. 'A]')) or ('c[letters]-[' .. v.name .. 'A]')
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user