Skip to content

Commit 1cd0e8a

Browse files
authored
Merge pull request #1246 from Refactorio/crash_site_uk_fixes
Updated Crash Site UK preset and display name
2 parents 35fc469 + 4f70477 commit 1cd0e8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

map_gen/maps/crash_site/commands.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ function Public.control(config)
7979
['crashsite-desert'] = 'Crash Site Desert',
8080
['crashsite-arrakis'] = 'Crash Site Arrakis',
8181
['crashsite-venice'] = 'Crash Site Venice',
82-
['crashsite-manhattan'] = 'Crash Site Manhattan'
82+
['crashsite-manhattan'] = 'Crash Site Manhattan',
83+
['crashsite-UK'] = 'Crash Site United Kingdom'
8384
}
8485

8586
local function can_restart(player)

map_gen/maps/crash_site/presets/UK.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ local bounds = b.rectangle(width, height)
2323
bounds = b.translate(bounds, x_offset * scale, y_offset * scale)
2424

2525
local config = {
26-
scenario_name = 'crashsite-brexit',
26+
scenario_name = 'crashsite-UK',
2727
map_gen_settings = {
2828
MGSP.starting_area_very_low,
2929
MGSP.ore_oil_none,

0 commit comments

Comments
 (0)