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 @@
-
+