Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

5 lines
224 B
Lua

for index, force in pairs(game.forces) do
if force.technologies["logistic-train-network"] ~= nil and force.technologies["logistic-train-network"].researched then
force.recipes["ltn-combinator"].enabled = true
end
end