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

Commit

Permalink
fix: all friendly aoe actions can be used solo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Aug 7, 2023
1 parent c266442 commit 4b07392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Actions/BaseAction_BasicInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public BaseAction(ActionID actionID, ActionOption option = ActionOption.None)

CoolDownGroup = _action.GetCoolDownGroup();

if (IsFriendly) AOECount = 2;
if (IsFriendly) AOECount = 1;
}

/// <summary>
Expand Down

0 comments on commit 4b07392

Please sign in to comment.