From 1cec762c64d19d3c115bc21d965621295accb799 Mon Sep 17 00:00:00 2001 From: Andrew Gilewsky Date: Fri, 3 May 2024 09:17:10 +0100 Subject: [PATCH] Fixed forgiven apathy module. --- .../Shadowbringers/Dungeon/D05MtGulg/D052ForgivenApathy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BossMod/Modules/Shadowbringers/Dungeon/D05MtGulg/D052ForgivenApathy.cs b/BossMod/Modules/Shadowbringers/Dungeon/D05MtGulg/D052ForgivenApathy.cs index b774001f71..f9c55bf30e 100644 --- a/BossMod/Modules/Shadowbringers/Dungeon/D05MtGulg/D052ForgivenApathy.cs +++ b/BossMod/Modules/Shadowbringers/Dungeon/D05MtGulg/D052ForgivenApathy.cs @@ -42,7 +42,7 @@ public D052ForgivenApathyStates(BossModule module) : base(module) [ModuleInfo(BossModuleInfo.Maturity.Contributed, Contributors = "Malediktus", GroupType = BossModuleInfo.GroupType.CFC, GroupID = 659, NameID = 8267)] public class D052ForgivenApathy(WorldState ws, Actor primary) - : BossModule(ws, primary, primary.Position.X < -100 ? new(5, -198.5f) : new(-187.5f, -118), primary.Position.X < -100 ? new ArenaBoundsRect(8, 17, 105.Degrees()) : new ArenaBoundsRect(12, 21, 120.Degrees())) + : BossModule(ws, primary, primary.Position.X > -100 ? new(5, -198.5f) : new(-187.5f, -118), primary.Position.X > -100 ? new ArenaBoundsRect(8, 17, 105.Degrees()) : new ArenaBoundsRect(12, 21, 120.Degrees())) { protected override void DrawEnemies(int pcSlot, Actor pc) {