Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Oppsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Tykku committed Jul 4, 2024
1 parent a988fb1 commit 622f592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Melee/RPR_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act)
#region GCD Logic
protected override bool GeneralGCD(out IAction? act)
{
if (IsLastAction(true, GluttonyPvE) || Player.HasStatus(true, StatusID.Executioner))
if (ExecutionersGuillotinePvE.EnoughLevel && (IsLastAction(true, GluttonyPvE) || Player.HasStatus(true, StatusID.Executioner)))
{
return ItsGluttonyTime(out act);
}
Expand Down

0 comments on commit 622f592

Please sign in to comment.