File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ local bounds = b.rectangle(width, height)
2323bounds = b .translate (bounds , x_offset * scale , y_offset * scale )
2424
2525local 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 ,
You can’t perform that action at this time.
0 commit comments