Skip to content

Commit

Permalink
Merge pull request #1093 from Refactorio/Jayefuu-patch-2
Browse files Browse the repository at this point in the history
Update map.lua
  • Loading branch information
grilledham authored Oct 4, 2020
2 parents ff989b9 + 5840f14 commit 7720121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions map_gen/maps/space_race/map_gen/map.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ wilderness_ditch = b.if_else(b.change_tile(b.translate(b.rectangle(2, 17), -1, 0
local rocket_silo_shape = b.rectangle(9, 9)
rocket_silo_shape = b.change_tile(rocket_silo_shape, true, 'landfill')
rocket_silo_shape = b.remove_map_gen_trees(rocket_silo_shape)
rocket_silo_shape = b.remove_map_gen_simple_entity(rocket_silo_shape) -- Removes rocks.
wilderness_ditch = b.if_else(rocket_silo_shape, wilderness_ditch)

local wilderness_ditch_left = b.translate(wilderness_ditch, -(width_1 / 2 + width_2 + width_3 / 2), 0)
Expand Down

0 comments on commit 7720121

Please sign in to comment.