From bd00751aa1bcc9f8c0eb0932e8758628e27fca11 Mon Sep 17 00:00:00 2001
From: LTS-FFXIV <127939494+LTS-FFXIV@users.noreply.github.com>
Date: Sun, 29 Sep 2024 15:34:20 -0500
Subject: [PATCH] AST dot fix and nuget bump
---
BasicRotations/Healer/AST_Default.cs | 4 ++++
BasicRotations/RebornRotations.csproj | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/BasicRotations/Healer/AST_Default.cs b/BasicRotations/Healer/AST_Default.cs
index 304dec5..9ee75e9 100644
--- a/BasicRotations/Healer/AST_Default.cs
+++ b/BasicRotations/Healer/AST_Default.cs
@@ -254,8 +254,12 @@ protected override bool GeneralGCD(out IAction? act)
if (GravityPvE.CanUse(out act)) return true;
+ if (CombustIiiPvE.CanUse(out act)) return true;
+ if (CombustIiPvE.CanUse(out act)) return true;
if (CombustPvE.CanUse(out act)) return true;
if (MaleficPvE.CanUse(out act)) return true;
+ if (CombustIiiPvE.CanUse(out act, skipStatusProvideCheck: DOTUpkeep)) return true;
+ if (CombustIiPvE.CanUse(out act, skipStatusProvideCheck: DOTUpkeep)) return true;
if (CombustPvE.CanUse(out act, skipStatusProvideCheck: DOTUpkeep)) return true;
return base.GeneralGCD(out act);
diff --git a/BasicRotations/RebornRotations.csproj b/BasicRotations/RebornRotations.csproj
index b9f5cf8..b95ff4a 100644
--- a/BasicRotations/RebornRotations.csproj
+++ b/BasicRotations/RebornRotations.csproj
@@ -16,7 +16,7 @@
-
+