Skip to content

Commit

Permalink
Merge pull request #2465 from planetarium/improve/increase-sweep-count
Browse files Browse the repository at this point in the history
Increase UsableApStoneCount
  • Loading branch information
ipdae authored Mar 14, 2024
2 parents 7642d4a + 0be013f commit 2eccd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib9c/Action/HackAndSlashSweep.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace Nekoyume.Action
[ActionType("hack_and_slash_sweep10")]
public class HackAndSlashSweep : GameAction, IHackAndSlashSweepV3
{
public const int UsableApStoneCount = 10;
public const int UsableApStoneCount = 20;

public List<Guid> costumes;
public List<Guid> equipments;
Expand Down

0 comments on commit 2eccd61

Please sign in to comment.