diff --git a/SS13WebMap/CodebaseData.cs b/SS13WebMap/CodebaseData.cs index a90083d5..123ab63b 100644 --- a/SS13WebMap/CodebaseData.cs +++ b/SS13WebMap/CodebaseData.cs @@ -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 { + new string[] { "First Floor", "nova", "1" }, + new string[] { "Second Floor", "nova", "2" }, + } + }, } } },