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

Commit

Permalink
fix: countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Mar 22, 2024
1 parent eed6cd0 commit 882ec45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Resources/HostileCastingArea.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,5 +527,7 @@
21515,
21521,
20182,
36114
36114,
33323,
33303
]
4 changes: 2 additions & 2 deletions Resources/RotationSolverRecord.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ClickingCount": 111146,
"SayingHelloCount": 179,
"ClickingCount": 111724,
"SayingHelloCount": 180,
"SaidUsers": []
}
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Actions/ActionTargetInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ private readonly bool CanGetTarget(GameObject target, GameObject subTarget)
break;

case SpecialActionType.MovingForward:
if (DataCenter.MergedStatus.HasFlag(AutoStatus.MoveForward))
if (DataCenter.MergedStatus.HasFlag(AutoStatus.MoveForward) || Service.CountDownTime > 0)
{
type = TargetType.Move;
}
Expand Down

0 comments on commit 882ec45

Please sign in to comment.