Skip to content

Commit

Permalink
change GameConfigState.ActionPointMax to DailyReward.ActionPointMax
Browse files Browse the repository at this point in the history
  • Loading branch information
sonohoshi committed Apr 1, 2024
1 parent 491eaee commit 705eb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib9c/Action/HackAndSlash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public IWorld Execute(
}

var apStonePlayCount =
ApStoneCount * (gameConfigState.ActionPointMax / minimumCostAp);
ApStoneCount * (DailyReward.ActionPointMax / minimumCostAp);
apPlayCount = TotalPlayCount - apStonePlayCount;
if (apPlayCount < 0)
{
Expand Down

0 comments on commit 705eb2b

Please sign in to comment.