Skip to content

Commit b4f5f05

Browse files
authored
fixup! Fix xilonen nightsoul hitlag (#2326)
1 parent a9121e3 commit b4f5f05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/characters/xilonen/skill.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ func (c *char) nightsoulPointReduceTask(src int) {
9797
}
9898
// reduce 0.5 point every 6f, which is 5 per second
9999
c.reduceNightsoulPoints(0.5)
100+
c.nightsoulPointReduceTask(src)
100101
}, 60*tickInterval)
101102
}
102103

0 commit comments

Comments
 (0)