]> git.deb.at Git - rhonda/impostor.git/commitdiff
I counted the doors on Airship
authorminiduikboot <5243971+miniduikboot@users.noreply.github.com>
Thu, 1 Apr 2021 16:16:04 +0000 (18:16 +0200)
committerminiduikboot <5243971+miniduikboot@users.noreply.github.com>
Fri, 2 Apr 2021 22:29:05 +0000 (00:29 +0200)
and I hope I counted correctly

src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/DoorsSystemType.cs

index df374bff60683c2b190a178582ad1e59d8b7fc86..03ba1df9264452cd4684e3269dbf864964b02597 100644 (file)
@@ -18,6 +18,7 @@ namespace Impostor.Server.Net.Inner.Objects.Systems.ShipStatus
                 MapTypes.Skeld => 13,
                 MapTypes.MiraHQ => 2,
                 MapTypes.Polus => 12,
+                MapTypes.Airship => 21, // TODO do the toilet doors count? 21 yes, 17 no
                 _ => throw new ArgumentOutOfRangeException(),
             };