Skip to content

Commit

Permalink
Fix Kazuha A2 damage timing (#368)
Browse files Browse the repository at this point in the history
* fix kazuha a2 timing to f-1
  • Loading branch information
srliao authored Mar 4, 2022
1 parent e9fc0c1 commit 9b282f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/characters/kazuha/abil.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (c *char) HighPlungeAttack(p map[string]int) (int, int) {
IgnoreInfusion: true,
}

c.Core.Combat.QueueAttack(ai, core.NewDefCircHit(1.5, false, core.TargettableEnemy), 10, 10)
c.Core.Combat.QueueAttack(ai, core.NewDefCircHit(1.5, false, core.TargettableEnemy), f-1, f-1)
c.a2Ele = core.NoElement
}

Expand Down

0 comments on commit 9b282f7

Please sign in to comment.