Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RarePossum committed Feb 12, 2024
1 parent 425d5d2 commit dc1954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/characters/albedo/burst.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (c *char) Burst(p map[string]int) (action.Info, error) {
if hasC2 {
c2Count = c.c2stacks
c.c2stacks = 0
ai.FlatDmg = (c.Base.Def*(1+c.Stat(attributes.DEFP)) + c.Stat(attributes.DEF)) * float64(c2Count) * 0.3
ai.FlatDmg = (c.Base.Def*(1+c.Stat(attributes.DEFP)) + c.Stat(attributes.DEF)) * float64(c2Count) * 0.3
}

// initial damage
Expand Down

0 comments on commit dc1954b

Please sign in to comment.