Skip to content

Commit 8278491

Browse files
authored
fix generating ns for pyro mc (#2458)
1 parent 69bac3c commit 8278491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/characters/traveler/common/pyro

internal/characters/traveler/common/pyro/skill.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (c *Traveler) particleCB(a combat.AttackCB) {
251251

252252
func (c *Traveler) enterNightsoul(src int) {
253253
c.nightsoulSrc = src
254-
c.nightsoulState.EnterTimedBlessing(42, 12*60, c.exitNightsoul)
254+
c.nightsoulState.EnterTimedBlessing(c.nightsoulState.Points()+42, 12*60, c.exitNightsoul)
255255
c.QueueCharTask(c.nightsoulPointReduceFunc(c.nightsoulSrc), nightsoulReduceDelay)
256256
}
257257

0 commit comments

Comments
 (0)