1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

Revert change

This commit is contained in:
Gerkiz 2023-10-18 23:55:49 +02:00
parent 27b3f3fef4
commit 09dbe2f944

View File

@ -404,7 +404,7 @@ function Public.on_mothership_chunk_generated(event)
for y = 0, 31, 1 do
local position = {x = left_top.x + x, y = left_top.y + y}
if is_mothership(position) then
table.insert(tiles, {name = 'stone-path', position = position})
table.insert(tiles, {name = 'black-refined-concrete', position = position})
else
table.insert(tiles, {name = 'out-of-map', position = position})
end