Skip to content

Commit

Permalink
fix clorinde c6 not adding crit bonus (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
clevernt authored Dec 10, 2024
1 parent 5e91432 commit 2497c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/characters/clorinde/skill.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func (c *char) Skill(p map[string]int) (action.Info, error) {
if c.StatusIsActive(skillStateKey) {
return c.skillDash(p)
}
c.QueueCharTask(c.c6skill, 0)
c.AddStatus(skillStateKey, skillStart+int(60*skillStateDuration[0]), true)
c.QueueCharTask(c.c6skill, 0)
c.SetCDWithDelay(action.ActionSkill, skillCD, skillStart)

return action.Info{
Expand Down

0 comments on commit 2497c6c

Please sign in to comment.