Skip to content

Commit

Permalink
Adds Fulp
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Mar 24, 2024
1 parent b3b7bec commit 8211f11
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,28 @@ public class CodebaseData {
}
} },

// Fulp
{ "fulp", new Codebase {
CodebaseId = "fulp",
CodebaseName = "FulpStation",
FancySupport = false,
IsAdult = false,
GameMaps = new List<GameMap>() {
new GameMap { MapId = "heliostation", MapName = "HelioStation", Layers = new List<string[]> {
new string[] { "Base Map", "Heliostation", "1" },
}
},
new GameMap { MapId = "pubbystation", MapName = "PubbyStation", Layers = new List<string[]> {
new string[] { "Base Map", "PubbyStation", "1" },
}
},
new GameMap { MapId = "selenestation", MapName = "SeleneStation", Layers = new List<string[]> {
new string[] { "Base Map", "SeleneStation", "1" },
}
},
}
} },

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

0 comments on commit 8211f11

Please sign in to comment.