This commit is contained in:
2025-04-13 13:29:13 +09:00
parent 28437d2799
commit cc1b450eb0

View File

@@ -174,6 +174,7 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett
end end
end end
if mods['elevated-rails'] then
local entity = table.deepcopy(data.raw['electric-pole']['big-electric-pole']) local entity = table.deepcopy(data.raw['electric-pole']['big-electric-pole'])
entity.name = 'rail-support-pole-electric' entity.name = 'rail-support-pole-electric'
entity.hidden = true entity.hidden = true
@@ -209,6 +210,7 @@ if settings.startup['PHI-CT'].value or settings.startup['PHI-MI'].value or (sett
entity.order = 'zz' entity.order = 'zz'
data:extend({entity}) data:extend({entity})
end end
end
end end
if settings.startup['PHI-MI'].value then if settings.startup['PHI-MI'].value then