Skip to content

Commit

Permalink
Adds SS1984/Nova
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Nov 17, 2024
1 parent 260b761 commit 417d3f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,11 @@ public class CodebaseData {
new string[] { "Base Map", "delta", "1" },
}
},
new GameMap { MapId = "nova", MapName = "Nova Station (NSS Nova) / Нова", Layers = new List<string[]> {
new string[] { "First Floor", "nova", "1" },
new string[] { "Second Floor", "nova", "2" },
}
},
}
} },

Expand Down

0 comments on commit 417d3f6

Please sign in to comment.