Skip to content

Commit

Permalink
third linting change
Browse files Browse the repository at this point in the history
  • Loading branch information
RarePossum committed Dec 24, 2023
1 parent 1d76452 commit 37b4015
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/characters/navia/attack.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package navia

import (
"fmt"

"github.com/genshinsim/gcsim/internal/frames"
"github.com/genshinsim/gcsim/pkg/core/action"
"github.com/genshinsim/gcsim/pkg/core/attacks"
Expand Down Expand Up @@ -30,7 +31,6 @@ func init() {
attackFrames[2] = frames.InitNormalCancelSlice(attackEarliestCancel[2], 48)
attackFrames[2][action.ActionSkill] = 30
attackFrames[3] = frames.InitNormalCancelSlice(attackEarliestCancel[3], 93)

}

func (c *char) Attack(_ map[string]int) (action.Info, error) {
Expand Down
1 change: 0 additions & 1 deletion internal/characters/navia/burst.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func (c *char) burstCB() combat.AttackCBFunc {
if c.shrapnel < 6 {
c.shrapnel++
c.Core.Log.NewEvent("Crystal Shrapnel gained from Burst", glog.LogCharacterEvent, c.Index).Write("shrapnel", c.shrapnel)

}
}
}
Expand Down
1 change: 0 additions & 1 deletion internal/characters/navia/cons.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func (c *char) c1(shrapnel int) {
count := min(shrapnel, 3)
c.ReduceActionCooldown(action.ActionBurst, count*60)
c.AddEnergy("navia-c1-energy", float64(count*3))
return
}

// Each stack of Crystal Shrapnel consumed will increase the CRIT Rate of this
Expand Down
2 changes: 1 addition & 1 deletion pkg/core/keys/sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ const (
VermillionHereafter
ViridescentVenerer
WanderersTroupe
)
)

0 comments on commit 37b4015

Please sign in to comment.