Skip to content

Commit

Permalink
Adds Yog
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Mar 31, 2024
1 parent fb3d33b commit 6abb345
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,34 @@ public class CodebaseData {
},
}
} },

// YogStation
{ "yog", new Codebase {
CodebaseId = "yog",
CodebaseName = "YogStation",
TextColour = "#eb78a0",
FancySupport = true,
IsAdult = false,
LogoPath = "img/logos/yog.png",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "asteroid", MapName = "AsteroidStation", Layers = new List<string[]> {
new string[] { "Base Map", "AsteroidStation", "1" },
}
},
new GameMap { MapId = "gaxstation", MapName = "GaxStation", Layers = new List<string[]> {
new string[] { "Base Map", "GaxStation", "1" },
}
},
new GameMap { MapId = "yogstation", MapName = "YogStation", Layers = new List<string[]> {
new string[] { "Base Map", "YogStation", "1" },
}
},
new GameMap { MapId = "yogsmeta", MapName = "YogsMeta", Layers = new List<string[]> {
new string[] { "Base Map", "Yogsmeta", "1" },
}
},
}
} },
};
}
}
Binary file added SS13WebMap/wwwroot/img/logos/yog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6abb345

Please sign in to comment.