Browse Source

Class formatting cleanup.

master
MagicBot 1 year ago
parent
commit
c3bcdd544e
  1. 6
      src/engine/mobileAI/MobAI.java

6
src/engine/mobileAI/MobAI.java

@ -1041,11 +1041,9 @@ public class MobAI { @@ -1041,11 +1041,9 @@ public class MobAI {
else {
if (mob.getCombatTarget() == null) {
if (mob.BehaviourType == Enum.MobBehaviourType.HamletGuard)
//safehold guard
SafeGuardAggro(mob);
SafeGuardAggro(mob); //safehold guard
else
//normal aggro
CheckForAggro(mob);
CheckForAggro(mob); //normal aggro
}
}
}

Loading…
Cancel
Save