Content deleted Content added
update module |
fix |
||
Line 36:
for _,auxType in ipairs({"Alt", "Bus", "Byp", "City", "Conn", "Emerg", "Opt", "Scenic", "Spur", "Temp", "Toll", "Truck"}) do
local spec = AL[" aux "][auxType]
for k, v in pairs(AL) do if k:find (auxType) then if k:find ("^US") then
▲ v.link = AL.US.base .. " " .. spec.name .. suffix
end
end
|