mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-09 13:37:02 +02:00
remove unused vars
This commit is contained in:
parent
e472043998
commit
9e5835a412
@ -205,7 +205,7 @@ local function generate_spawn_area(surface)
|
||||
map_functions.draw_smoothed_out_ore_circle(ore_positions[3], 'coal', surface, 16, 2500)
|
||||
map_functions.draw_smoothed_out_ore_circle(ore_positions[4], 'stone', surface, 16, 2500)
|
||||
|
||||
for ii = 0,10,1 do
|
||||
for _ = 0,10,1 do
|
||||
place_rock(surface, ore_positions[4]) --add rocks to stone area
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user