Skip to content

Commit

Permalink
Removed debug stuff from titan.
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Jan 1, 2024
1 parent 1b891a8 commit 5e36f69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BossMod/Modules/RealmReborn/Extreme/Ex3Titan/Ex3TitanAI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public override void AddAIHints(BossModule module, int slot, Actor actor, PartyR
break;
}
}
hints.ForcedTarget = hints.PotentialTargets.MaxBy(e => e.Priority)?.Actor;

// if there are no active mechanics, all except current tank prefer stacking on max melee behind boss, at an angle that allows all positionals
if (!haveGaolers && !KillNextBomb && actor.InstanceID != module.PrimaryActor.TargetID && hints.ForbiddenZones.Count == 0)
Expand Down

0 comments on commit 5e36f69

Please sign in to comment.