1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/map_gen/maps/rail_grid.lua

10 lines
369 B
Lua
Raw Normal View History

-- Map by Jayefuu, grilledham, R.Nukem and Soggs
-- Notes:
-- - We recommend playing with RSO to force expansion by rail
-- - If playing with mods, do not use FARL, the rail placing mechanic will not work with this map
2019-09-28 15:23:57 +02:00
require 'map_gen.maps.rail_grid.scenario_setup'
require 'map_gen.maps.rail_grid.rail_grid_restrictions'
return require 'map_gen.maps.rail_grid.map'