Skip to content

Commit

Permalink
fix furina ca being really delayed (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-Zheng authored Mar 11, 2024
1 parent 550a09e commit 185b096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/characters/furina/charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (c *char) ChargeAttack(p map[string]int) (action.Info, error) {
ai.Element = attributes.Hydro
ai.IgnoreInfusion = true
}
c.Core.QueueAttack(ai, ap, chargeHitmark-windup, chargeHitmark-windup, c6cb)
c.Core.QueueAttack(ai, ap, 0, 0, c6cb)
}, chargeHitmark-windup)

arkheChangeFunc := func() {
Expand Down

0 comments on commit 185b096

Please sign in to comment.