]> git.deb.at Git - rhonda/impostor.git/commitdiff
First attempt at getting some airship stuff online
authorminiduikboot <5243971+miniduikboot@users.noreply.github.com>
Wed, 31 Mar 2021 21:22:56 +0000 (23:22 +0200)
committerminiduikboot <5243971+miniduikboot@users.noreply.github.com>
Fri, 2 Apr 2021 22:29:05 +0000 (00:29 +0200)
src/Impostor.Api/Innersloth/MapTypes.cs
src/Impostor.Api/Innersloth/SystemTypes.cs
src/Impostor.Server/Net/State/Game.Data.cs

index 2706933aaac46f376b3fc585f07e9d6744682cdb..5de0adb65a57ed9c24e8ef88188328f51aa6f59f 100644 (file)
@@ -5,5 +5,6 @@
         Skeld = 0,
         MiraHQ = 1,
         Polus = 2,
+        Airship = 4,
     }
 }
index 6a072e771e9fc40b6ab2f6ed323cc30bab4996d0..74affbfd1ff6321f35fc406a33be4c7375d9a93e 100644 (file)
         Specimens = 28,
 
         BoilerRoom = 29,
+
+        VaultRoom = 30,
+
+        Cockpit = 31,
+
+        Armory = 32,
+
+        Kitchen = 33,
+
+        ViewingDeck = 34,
+
+        HallOfPortraits = 35,
+
+        CargoBay = 36,
+
+        Ventilation = 37,
+
+        Showers = 38,
+
+        Engine = 39,
+
+        Brig = 40,
+
+        MeetingRoom = 41,
+
+        Records = 42,
+
+        Lounge = 43,
+
+        GapRoom = 44,
+
+        MainHall = 45,
+
+        Medical = 46,
     }
 }
index 9680768147e86b648d1334128cdc74afbb26578c..e6914708693fdac8f2d2ff3254e778795b66cf19 100644 (file)
@@ -40,6 +40,7 @@ namespace Impostor.Server.Net.State
             typeof(InnerShipStatus), // HeadQuarters
             typeof(InnerShipStatus), // PlanetMap
             typeof(InnerShipStatus), // AprilShipStatus
+            typeof(InnerShipStatus), // Airship
         };
 
         private readonly List<InnerNetObject> _allObjects = new List<InnerNetObject>();