There was an error while loading. Please reload this page.
1 parent 8b4d5ab commit 47f7f93Copy full SHA for 47f7f93
1 file changed
internal/characters/traveler/common/pyro/cons.go
@@ -14,7 +14,7 @@ import (
14
15
const (
16
c1AttackModKey = "travelerpyro-c1"
17
- c2StatusKey = "travelerpyro-c2-key"
+ c2StatusKey = "travelerpyro-c2"
18
c6AttackModKey = "travelerpyro-c6"
19
)
20
@@ -50,7 +50,7 @@ func (c *Traveler) c2Init() {
50
return
51
}
52
fReactionHook := func(args ...interface{}) bool {
53
- if c.StatusIsActive(c2StatusKey) {
+ if !c.StatusIsActive(c2StatusKey) {
54
return false
55
56
0 commit comments