From 7c9dd8671d8f34633a51645e6c44e294533e491c Mon Sep 17 00:00:00 2001
From: LTS-FFXIV <127939494+LTS-FFXIV@users.noreply.github.com>
Date: Mon, 29 Jul 2024 14:33:10 -0500
Subject: [PATCH] Nuget Bump and Dragoon hotifx
---
BasicRotations/Melee/DRG_Default.cs | 9 +++------
BasicRotations/RebornRotations.csproj | 2 +-
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/BasicRotations/Melee/DRG_Default.cs b/BasicRotations/Melee/DRG_Default.cs
index a60bbe5..11299f2 100644
--- a/BasicRotations/Melee/DRG_Default.cs
+++ b/BasicRotations/Melee/DRG_Default.cs
@@ -106,11 +106,6 @@ protected override bool GeneralGCD(out IAction? act)
if (SonicThrustPvE.CanUse(out act)) return true;
if (DoomSpikePvE.CanUse(out act, skipComboCheck: doomSpikeRightNow)) return true;
- if (Player.WillStatusEndGCD(5, 0, true, StatusID.PowerSurge_2720))
- {
- if (DisembowelPvE.CanUse(out act)) return true;
- }
-
if (DrakesbanePvE.CanUse(out act)) return true;
if (FangAndClawPvE.CanUse(out act)) return true;
@@ -119,8 +114,10 @@ protected override bool GeneralGCD(out IAction? act)
if (FullThrustPvE.CanUse(out act)) return true;
if (ChaosThrustPvE.CanUse(out act)) return true;
- if (VorpalThrustPvE.CanUse(out act)) return true;
+ if (SpiralBlowPvE.CanUse(out act)) return true;
if (DisembowelPvE.CanUse(out act)) return true;
+ if (LanceBarragePvE.CanUse(out act)) return true;
+ if (VorpalThrustPvE.CanUse(out act)) return true;
if (RaidenThrustPvE.CanUse(out act)) return true;
if (TrueThrustPvE.CanUse(out act)) return true;
diff --git a/BasicRotations/RebornRotations.csproj b/BasicRotations/RebornRotations.csproj
index a465fc5..fc4eb1d 100644
--- a/BasicRotations/RebornRotations.csproj
+++ b/BasicRotations/RebornRotations.csproj
@@ -9,7 +9,7 @@
-
+