Skip to content

Commit

Permalink
Do not activate High Tide on invasions.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 3b2745f5c8526959a185f6595d5c5ad4e0dfdc3e
  • Loading branch information
cpojer committed Nov 5, 2024
1 parent df72f2d commit 3de67d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions athena/info/Skill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ const skillConfig: Record<
group: SkillGroup.Special,
},
[Skill.HighTide]: {
activateOnInvasion,
charges: 4,
charges: 3,
cost: 200,
group: SkillGroup.Invasion,
requiresCrystal,
Expand Down

0 comments on commit 3de67d1

Please sign in to comment.