Skip to content

Commit

Permalink
Adds Daedalus
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Mar 17, 2024
1 parent 67b1467 commit d7bcb40
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 @@ -362,6 +362,20 @@ public class CodebaseData {
}
} },

// Daedalus
{ "daedalus", new Codebase {
CodebaseId = "daedalus",
CodebaseName = "Daedalus Dock",
FancySupport = false,
IsAdult = false,
GameMaps = new List<GameMap>() {
new GameMap { MapId = "daedalusmeta", MapName = "DaedalusMeta", Layers = new List<string[]> {
new string[] { "Base Map", "MetaStation", "1" },
}
},
}
} },

// GoonStation
{ "goon", new Codebase {
CodebaseId = "goon",
Expand Down

0 comments on commit d7bcb40

Please sign in to comment.