Skip to content

Commit f8714c1

Browse files
committed
fix mualani charge
1 parent a8d0d4a commit f8714c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/characters/mualani/charge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (c *char) ChargeAttack(p map[string]int) (action.Info, error) {
5454
return action.Info{
5555
Frames: func(next action.Action) int { return windup + chargeFrames[next] },
5656
AnimationLength: windup + chargeFrames[action.InvalidAction],
57-
CanQueueAfter: windup + chargeFrames[action.ActionDash],
57+
CanQueueAfter: windup + chargeFrames[action.ActionSwap],
5858
State: action.ChargeAttackState,
5959
}, nil
6060
}

0 commit comments

Comments
 (0)