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

6 lines
162 B
Lua

for _, surface in pairs(game.surfaces) do
for _, e in pairs(surface.find_entities_filtered{name = 'factory-circuit-connector'}) do
e.operable = false
end
end