Skip to content

Commit f870f5f

Browse files
committed
Adds BeeStation/CardinalStation
1 parent b0b3e3c commit f870f5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SS13WebMap/CodebaseData.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ public class CodebaseData {
177177
new string[] { "Base Map", "BoxStation", "1" },
178178
}
179179
},
180+
new GameMap { MapId = "cardinalstation", MapName = "CardinalStation", Layers = new List<string[]> {
181+
new string[] { "Base Map", "CardinalStation", "1" },
182+
}
183+
},
180184
new GameMap { MapId = "corgstation", MapName = "CorgStation", Layers = new List<string[]> {
181185
new string[] { "Base Map", "CorgStation", "1" },
182186
}

0 commit comments

Comments
 (0)