Skip to content

Commit

Permalink
Adds burger
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Mar 9, 2024
1 parent cd1a955 commit b70581a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,20 @@ public class CodebaseData {
}
} },

// BurgerStation
{ "burger", new Codebase {
CodebaseId = "burger",
CodebaseName = "BurgerStation",
FancySupport = false,
IsAdult = false,
GameMaps = new List<GameMap>() {
new GameMap { MapId = "burgerstation", MapName = "BurgerStation", Layers = new List<string[]> {
new string[] { "Base Map", "burgerstation", "1" },
}
},
}
} },

// Chaotic Onyx
{ "onyx", new Codebase {
CodebaseId = "onyx",
Expand Down

0 comments on commit b70581a

Please sign in to comment.