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

Commit

Permalink
Merge pull request #148 from FFXIV-CombatReborn/armorcrush
Browse files Browse the repository at this point in the history
Armorcrush re-enabled
  • Loading branch information
LTS-FFXIV authored Jul 28, 2024
2 parents 39b3f60 + 85ebec8 commit 510343b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BasicRotations/Melee/NIN_Default.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace DefaultRotations.Melee;

[Rotation("Default", CombatType.PvE, GameVersion = "7.00")]
[Rotation("Default", CombatType.PvE, GameVersion = "7.01")]
[SourceCode(Path = "main/DefaultRotations/Melee/NIN_Default.cs")]
[Api(2)]
public sealed class NIN_Default : NinjaRotation
Expand Down Expand Up @@ -411,7 +411,7 @@ protected override bool GeneralGCD(out IAction? act)
if (DeathBlossomPvE.CanUse(out act)) return true;

//Single
//if (!InTrickAttack && Kazematoi < 5 && ArmorCrushPvE.CanUse(out act)) return true;
if (!InTrickAttack && Kazematoi < 5 && ArmorCrushPvE.CanUse(out act)) return true;
if (AeolianEdgePvE.CanUse(out act)) return true;
if (GustSlashPvE.CanUse(out act)) return true;
if (SpinningEdgePvE.CanUse(out act)) return true;
Expand Down Expand Up @@ -455,4 +455,4 @@ public override void DisplayStatus()
base.DisplayStatus();
}
#endregion
}
}

0 comments on commit 510343b

Please sign in to comment.