diff --git a/sim/rogue/combat/bandits_guile.go b/sim/rogue/combat/bandits_guile.go index e20b312135..f11654f6f8 100644 --- a/sim/rogue/combat/bandits_guile.go +++ b/sim/rogue/combat/bandits_guile.go @@ -43,9 +43,6 @@ func (comRogue *CombatRogue) registerBanditsGuile() { if currentInsightIndex == 2 { currentInsightIndex = -1 attackCounter = 0 - } else if currentInsightIndex == index { - // This Insight faded without advancing, reset to no Insight - currentInsightIndex = -1 } }, })