This commit is contained in:
2025-06-16 16:55:58 +09:00
parent 24e157bf4f
commit e4a66c3db4

View File

@@ -90,6 +90,11 @@ for _, force in pairs(game.forces) do
recipes['trash-pipe'].reload()
end
if (not technologies['heating-tower']) or technologies['heating-tower'].researched then
recipes['electric-heating-tower'].enabled = true
recipes['electric-heating-tower'].reload()
end
if (not technologies['logistics']) or technologies['logistics'].researched then
recipes['underground-belt-a'].enabled = true
recipes['underground-belt-a'].reload()