Skip to content

Commit

Permalink
fix yaemiko a4 mod name typo (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
soloxcx authored and srliao committed Jan 14, 2025
1 parent 2f53c31 commit 753f2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/characters/yaemiko/asc.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (c *char) a4() {
}
m := make([]float64, attributes.EndStatType)
c.AddAttackMod(character.AttackMod{
Base: modifier.NewBase("yaemiko-a1", -1),
Base: modifier.NewBase("yaemiko-a4", -1),
Amount: func(atk *combat.AttackEvent, _ combat.Target) ([]float64, bool) {
// only trigger on elemental art damage
if atk.Info.AttackTag != attacks.AttackTagElementalArt {
Expand Down

0 comments on commit 753f2cf

Please sign in to comment.