From 7bb7d2178b00c3456e4a8bf0ded2d14ef01001c4 Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Tue, 8 Nov 2022 23:13:54 +0100 Subject: [PATCH] Correct location of Right Stabilizer vent on Polus I've checked all game vents and this seems to be the only one that changed. Fixes: #495 --- src/Impostor.Api/Innersloth/Maps/PolusData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Impostor.Api/Innersloth/Maps/PolusData.cs b/src/Impostor.Api/Innersloth/Maps/PolusData.cs index 36e9403..ba73e1a 100644 --- a/src/Impostor.Api/Innersloth/Maps/PolusData.cs +++ b/src/Impostor.Api/Innersloth/Maps/PolusData.cs @@ -24,7 +24,7 @@ namespace Impostor.Api.Innersloth.Maps new PolusVent(this, PolusVent.Ids.Laboratory, new Vector2(32.963f, -9.526f), right: PolusVent.Ids.Lava), new PolusVent(this, PolusVent.Ids.Lava, new Vector2(30.907f, -11.86f), left: PolusVent.Ids.Laboratory, right: PolusVent.Ids.Admin), new PolusVent(this, PolusVent.Ids.Storage, new Vector2(22f, -12.19f), left: PolusVent.Ids.Communications, right: PolusVent.Ids.Office), - new PolusVent(this, PolusVent.Ids.RightStabilizer, new Vector2(24.02f, -8.39f), left: PolusVent.Ids.LeftStabilizer), + new PolusVent(this, PolusVent.Ids.RightStabilizer, new Vector2(23.72f, -7.82f), left: PolusVent.Ids.LeftStabilizer), new PolusVent(this, PolusVent.Ids.LeftStabilizer, new Vector2(9.64f, -7.72f), left: PolusVent.Ids.RightStabilizer), new PolusVent(this, PolusVent.Ids.OutsideAdmin, new Vector2(18.93f, -24.85f), right: PolusVent.Ids.Admin), }; -- 2.39.5