From: miniduikboot <5243971+miniduikboot@users.noreply.github.com> Date: Thu, 1 Apr 2021 16:16:04 +0000 (+0200) Subject: I counted the doors on Airship X-Git-Tag: v1.4.0~14^2~13^2~7 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=16a2b0aac658a1c80a9d9933d95d5088728619b6;p=rhonda%2Fimpostor.git I counted the doors on Airship and I hope I counted correctly --- diff --git a/src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/DoorsSystemType.cs b/src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/DoorsSystemType.cs index df374bf..03ba1df 100644 --- a/src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/DoorsSystemType.cs +++ b/src/Impostor.Server/Net/Inner/Objects/Systems/ShipStatus/DoorsSystemType.cs @@ -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(), };