Skip to content

Commit 5e5c119

Browse files
authored
fix the frame of ns entering (#2394)
1 parent 1281c30 commit 5e5c119

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

internal/characters/citlali/skill.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,14 @@ func (c *char) Skill(_ map[string]int) (action.Info, error) {
5757
// to do with delay
5858
c.QueueCharTask(func() {
5959
c.SetCD(action.ActionSkill, 16*60)
60-
}, 18)
61-
62-
c.QueueCharTask(c.addShield, 37)
6360

64-
c.QueueCharTask(func() {
6561
// summon Itzpapa and immediately check if Opal Fire state can be activated
6662
c.nightsoulState.EnterTimedBlessing(c.nightsoulState.Points()+24, 20*60, c.exitNightsoul)
6763
c.itzpapaSrc = c.Core.F
6864
c.tryEnterOpalFireState()
69-
}, 22)
65+
}, 18)
66+
67+
c.QueueCharTask(c.addShield, 37)
7068

7169
// to do now
7270
if c.Base.Cons >= 1 {

0 commit comments

Comments
 (0)