Skip to content

Commit

Permalink
fix CanQueueAfter
Browse files Browse the repository at this point in the history
  • Loading branch information
srliao committed Aug 9, 2022
1 parent 2024ade commit e970823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/characters/hutao/charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (c *char) ppChargeAttack(p map[string]int) action.ActionInfo {
return action.ActionInfo{
Frames: ff,
AnimationLength: ppChargeFrames[action.InvalidAction],
CanQueueAfter: ppChargeHitmark,
CanQueueAfter: 1,
State: action.ChargeAttackState,
}
}

0 comments on commit e970823

Please sign in to comment.