Deprecates stationstation.yml (#2668)

* Initial

* Change default map load to saltern

Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
Swept
2021-02-04 12:44:27 +00:00
committed by GitHub
parent 655316a67c
commit 6b8cc9fc40
2 changed files with 3 additions and 5943 deletions

View File

@@ -77,7 +77,7 @@ namespace Content.IntegrationTests.Tests
/// Loads the default map, runs it for 5 ticks, then assert that it did not change.
/// </summary>
[Test]
public async Task LoadSaveTicksSaveStationStation()
public async Task LoadSaveTicksSaveSaltern()
{
var server = StartServerDummyTicker();
await server.WaitIdleAsync();
@@ -92,7 +92,8 @@ namespace Content.IntegrationTests.Tests
{
var mapId = mapManager.CreateMap();
pauseMgr.AddUninitializedMap(mapId);
grid = mapLoader.LoadBlueprint(mapId, "Maps/stationstation.yml");
pauseMgr.SetMapPaused(mapId, true);
grid = mapLoader.LoadBlueprint(mapId, "Maps/saltern.yml");
mapLoader.SaveBlueprint(grid.Index, "load save ticks save 1.yml");
});

File diff suppressed because it is too large Load Diff