mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
increased map size
This commit is contained in:
parent
07c7ad5ea2
commit
359914157a
@ -701,7 +701,7 @@ local function init()
|
||||
|
||||
map = b.choose(b.rectangle(16, 16), spawn_shape, map)
|
||||
|
||||
local bounds = b.rectangle(grid_block_size * grid_number_of_blocks)
|
||||
local bounds = b.rectangle(grid_block_size * (grid_number_of_blocks) + 1)
|
||||
map = b.choose(bounds, map, b.empty_shape)
|
||||
|
||||
return map
|
||||
|
Loading…
Reference in New Issue
Block a user