Skip to content

Commit

Permalink
SS220 -> SS1984
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed May 12, 2024
1 parent 0cd7e8a commit 31d34d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -762,14 +762,14 @@ public class CodebaseData {
}
} },

// SS220 Paradise
{ "ss220", new Codebase {
// SS1984 Paradise
{ "ss220", new Codebase { // The ID has to stay as SS220 as thats where the maps are under
CodebaseId = "ss220",
CodebaseName = "SS220 Paradise",
CodebaseName = "SS1984 Paradise",
TextColour = "#9574ca",
FancySupport = true,
IsAdult = false,
LogoPath = "img/logos/ss220.png",
LogoPath = "img/logos/ss1984.png",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "cyberiad", MapName = "BoxStation (NSS Cyberiad) / Кибериада", Layers = new List<string[]> {
new string[] { "Base Map", "cyberiad", "1" },
Expand Down
Binary file added SS13WebMap/wwwroot/img/logos/ss1984.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 31d34d6

Please sign in to comment.