Skip to content

Commit 2a7f680

Browse files
committed
Fix lanyan CA icd tag
1 parent 66e412d commit 2a7f680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/characters/lanyan/charge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (c *char) ChargeAttack(p map[string]int) (action.Info, error) {
3030
ActorIndex: c.Index(),
3131
Abil: "Charged Attack",
3232
AttackTag: attacks.AttackTagExtra,
33-
ICDTag: attacks.ICDTagNone,
33+
ICDTag: attacks.ICDTagExtraAttack,
3434
ICDGroup: attacks.ICDGroupDefault,
3535
StrikeType: attacks.StrikeTypeDefault,
3636
Element: attributes.Anemo,

0 commit comments

Comments
 (0)