Skip to content

Commit

Permalink
fix albedo e icd hitlag
Browse files Browse the repository at this point in the history
  • Loading branch information
k0l11 committed Aug 13, 2022
1 parent f9c6cd4 commit 31c64af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/characters/albedo/skill.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ func (c *char) skillHook() {
return false
}

c.AddStatus(skillICDKey, 120, true) //proc every 2 s
// this ICD is most likely tied to the construct, so it's not hitlag extendable
c.AddStatus(skillICDKey, 120, false) // proc every 2s

snap := c.skillSnapshot

Expand Down

0 comments on commit 31c64af

Please sign in to comment.