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

Commit

Permalink
fix: removed Raw Intuition status from Tank Defense Status.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Apr 13, 2023
1 parent 351df60 commit f1329d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion RotationSolver.Basic/Rotations/Basic/WAR_Base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public abstract class WAR_Base : CustomRotation
public static IBaseAction Equilibrium { get; } = new BaseAction(ActionID.Equilibrium, true, isTimeline: true);



#region Defense Ability
public static IBaseAction Vengeance { get; } = new BaseAction(ActionID.Vengeance, true, isTimeline: true)
{
Expand Down
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Rotations/CustomRotation_Actions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ internal RoleAction(ActionID actionID, JobRole[] roles, bool isFriendly = false,
{
StatusID.SuperBolide, StatusID.HallowedGround,
StatusID.Rampart, StatusID.Bulwark,
StatusID.RawIntuition, StatusID.BloodWhetting,
StatusID.BloodWhetting,
StatusID.Vengeance,
StatusID.Sentinel,
StatusID.ShadowWall,
Expand Down

0 comments on commit f1329d2

Please sign in to comment.