Skip to content

Commit

Permalink
Merge pull request #73 from FFXIV-CombatReborn/Alliance-Raids
Browse files Browse the repository at this point in the history
removed useless knockbacks from certain albitites in Void Ark
  • Loading branch information
LTS-FFXIV authored May 3, 2024
2 parents 27e99d8 + 92045c0 commit bf48d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public A12IrminsulSawtoothStates(BossModule module) : base(module)
.ActivateOnEnter<MucusSpray>()
.ActivateOnEnter<Rootstorm>()
.ActivateOnEnter<Ambush>()
.ActivateOnEnter<AmbushKnockback>()
//.ActivateOnEnter<AmbushKnockback>()
.ActivateOnEnter<ShockwaveStomp>();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public A13CuchulainnStates(BossModule module) : base(module)
TrivialPhase()
.ActivateOnEnter<CorrosiveBile1>()
.ActivateOnEnter<FlailingTentacles2>()
.ActivateOnEnter<FlailingTentacles2Knockback>()
//.ActivateOnEnter<FlailingTentacles2Knockback>()
.ActivateOnEnter<Beckon>()
.ActivateOnEnter<BileBelow>()
.ActivateOnEnter<Pestilence>()
Expand Down

0 comments on commit bf48d0b

Please sign in to comment.