We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e412d commit 2a7f680Copy full SHA for 2a7f680
internal/characters/lanyan/charge.go
@@ -30,7 +30,7 @@ func (c *char) ChargeAttack(p map[string]int) (action.Info, error) {
30
ActorIndex: c.Index(),
31
Abil: "Charged Attack",
32
AttackTag: attacks.AttackTagExtra,
33
- ICDTag: attacks.ICDTagNone,
+ ICDTag: attacks.ICDTagExtraAttack,
34
ICDGroup: attacks.ICDGroupDefault,
35
StrikeType: attacks.StrikeTypeDefault,
36
Element: attributes.Anemo,
0 commit comments