1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2025-01-26 03:20:21 +02:00
This commit is contained in:
Oarcinae 2020-06-29 06:19:29 -04:00
parent d84e6dafce
commit 145f345860

View File

@ -321,6 +321,7 @@ function SpawnAssemblyChunk(chunk_pos)
center_pos = GetCenterTilePosFromChunkPos(chunk_pos)
-- 4 Assemblers
SpawnMagicAssembler({x=center_pos.x-11,y=center_pos.y-11})
SpawnMagicAssembler({x=center_pos.x,y=center_pos.y-11})
SpawnMagicAssembler({x=center_pos.x+11,y=center_pos.y-11})
SpawnMagicAssembler({x=center_pos.x-11,y=center_pos.y+11})