Skip to content

Commit

Permalink
Adds BeeStation/EchoStation
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Apr 1, 2024
1 parent 140a84b commit d6d2192
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ public class CodebaseData {
new string[] { "Base Map", "DeltaStation2", "1" },
}
},
new GameMap { MapId = "echostation", MapName = "EchoStation", Layers = new List<string[]> {
new string[] { "Surface", "EchoStation", "4" },
new string[] { "Underground 1", "EchoStation", "3" },
new string[] { "Underground 2", "EchoStation", "2" },
new string[] { "Underground 3", "EchoStation", "1" },
}
},
new GameMap { MapId = "flandstation", MapName = "FlandStation", Layers = new List<string[]> {
new string[] { "Base Map", "FlandStation", "1" },
}
Expand Down

0 comments on commit d6d2192

Please sign in to comment.