Skip to content

Commit

Permalink
New para maps
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Mar 30, 2024
1 parent 1538457 commit e4d48fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -544,19 +544,19 @@ public class CodebaseData {
LogoPath = "img/logos/paradisess13.png",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "cyberiad", MapName = "BoxStation (NSS Cyberiad)", Layers = new List<string[]> {
new string[] { "Base Map", "cyberiad", "1" },
new string[] { "Base Map", "boxstation", "1" },
}
},
new GameMap { MapId = "cerestation", MapName = "Cerestation (NSS Farragus)", Layers = new List<string[]> {
new string[] { "Base Map", "cerestation", "1" },
}
},
new GameMap { MapId = "deltastation", MapName = "DeltaStation (NSS Kerberos)", Layers = new List<string[]> {
new string[] { "Base Map", "delta", "1" },
new string[] { "Base Map", "deltastation", "1" },
}
},
new GameMap { MapId = "metastation", MapName = "MetaStation (NSS Cerebron)", Layers = new List<string[]> {
new string[] { "Base Map", "MetaStation", "1" },
new string[] { "Base Map", "metastation", "1" },
}
},
}
Expand Down

0 comments on commit e4d48fa

Please sign in to comment.