1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-02-07 13:31:54 +02:00

Updated Crash Site UK preset and display name

This commit is contained in:
Jayefuu 2021-09-27 19:55:47 +01:00
parent 9d135ad11a
commit d37f88674b
2 changed files with 3 additions and 2 deletions

View File

@ -79,7 +79,8 @@ function Public.control(config)
['crashsite-desert'] = 'Crash Site Desert', ['crashsite-desert'] = 'Crash Site Desert',
['crashsite-arrakis'] = 'Crash Site Arrakis', ['crashsite-arrakis'] = 'Crash Site Arrakis',
['crashsite-venice'] = 'Crash Site Venice', ['crashsite-venice'] = 'Crash Site Venice',
['crashsite-manhattan'] = 'Crash Site Manhattan' ['crashsite-manhattan'] = 'Crash Site Manhattan',
['crashsite-UK'] = 'Crash United Kingdom'
} }
local function can_restart(player) local function can_restart(player)

View File

@ -23,7 +23,7 @@ local bounds = b.rectangle(width, height)
bounds = b.translate(bounds, x_offset * scale, y_offset * scale) bounds = b.translate(bounds, x_offset * scale, y_offset * scale)
local config = { local config = {
scenario_name = 'crashsite-brexit', scenario_name = 'crashsite-UK',
map_gen_settings = { map_gen_settings = {
MGSP.starting_area_very_low, MGSP.starting_area_very_low,
MGSP.ore_oil_none, MGSP.ore_oil_none,