mirror of
https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git
synced 2025-01-26 03:20:21 +02:00
Oops.
This commit is contained in:
parent
d84e6dafce
commit
145f345860
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user