Skip to content

Commit

Permalink
fix jean q not consuming energy
Browse files Browse the repository at this point in the history
  • Loading branch information
RarePossum committed May 26, 2023
1 parent b5b5a68 commit 07d512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/characters/jean/burst.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (c *char) Burst(p map[string]int) action.ActionInfo {
}
}, i)
}

c.ConsumeEnergy(41)
c.SetCDWithDelay(action.ActionBurst, 1200, 38)
// A4
c.Core.Tasks.Add(func() {
Expand Down

0 comments on commit 07d512f

Please sign in to comment.