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

Commit

Permalink
fix: removed the status needs in BattleLitany.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Apr 11, 2023
1 parent 937e607 commit 60fd1b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions RotationSolver.Basic/Rotations/Basic/DRG_Base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ public abstract class DRG_Base : CustomRotation
},
};

public static IBaseAction BattleLitany { get; } = new BaseAction(ActionID.BattleLitany, true)
{
StatusNeed = new[] { StatusID.PowerSurge },
};
public static IBaseAction BattleLitany { get; } = new BaseAction(ActionID.BattleLitany, true);

[RotationDesc(ActionID.Feint)]
protected sealed override bool DefenseAreaAbility(byte abilitiesRemaining, out IAction act)
Expand Down

0 comments on commit 60fd1b5

Please sign in to comment.