From: John Tran Date: Sun, 4 Apr 2021 10:31:28 +0000 (+1000) Subject: Airship Vent Enums (#373) X-Git-Tag: v1.4.0~14^2~12 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=b5cee4824251981b57c968b7418f7adf4d2997db;p=rhonda%2Fimpostor.git Airship Vent Enums (#373) Co-authored-by: miniduikboot <5243971+miniduikboot@users.noreply.github.com> Co-authored-by: John Tran --- diff --git a/src/Impostor.Api/Innersloth/VentLocation.cs b/src/Impostor.Api/Innersloth/VentLocation.cs index f9b8567..0092c69 100644 --- a/src/Impostor.Api/Innersloth/VentLocation.cs +++ b/src/Impostor.Api/Innersloth/VentLocation.cs @@ -44,5 +44,19 @@ namespace Impostor.Api.Innersloth PolusRightStabilizer = 9, PolusLeftStabilizer = 10, PolusOutsideAdmin = 11, + + // Airship + AirshipVault = 0, + AirshipCockpit = 1, + AirshipViewingDeck = 2, + AirshipEngineRoom = 3, + AirshipKitchen = 4, + AirshipMainHallBottom = 5, + AirshipGapRight = 6, + AirshipGapLeft = 7, + AirshipMainHallTop = 8, + AirshipShowers = 9, + AirshipRecords = 10, + AirshipCargoBay = 11, } }