We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1281c30 commit 5e5c119Copy full SHA for 5e5c119
internal/characters/citlali/skill.go
@@ -57,16 +57,14 @@ func (c *char) Skill(_ map[string]int) (action.Info, error) {
57
// to do with delay
58
c.QueueCharTask(func() {
59
c.SetCD(action.ActionSkill, 16*60)
60
- }, 18)
61
-
62
- c.QueueCharTask(c.addShield, 37)
63
64
- c.QueueCharTask(func() {
65
// summon Itzpapa and immediately check if Opal Fire state can be activated
66
c.nightsoulState.EnterTimedBlessing(c.nightsoulState.Points()+24, 20*60, c.exitNightsoul)
67
c.itzpapaSrc = c.Core.F
68
c.tryEnterOpalFireState()
69
- }, 22)
+ }, 18)
+
+ c.QueueCharTask(c.addShield, 37)
70
71
// to do now
72
if c.Base.Cons >= 1 {
0 commit comments