Mob equipment drops once more, including vorg with proper chance

This commit is contained in:
2023-04-23 22:07:54 -05:00
parent f24605735e
commit 620fad57fe
3 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -464,7 +464,7 @@ public class MobileFSM {
mob.setCombatTarget(null);
}
}
if (mob.getLoc().distanceSquared2D(mob.getBindLoc()) > sqr(2000)) {
if(MovementUtilities.inRangeOfBindLocation(mob) == false) {
PowersBase recall = PowersManager.getPowerByToken(-1994153779);
PowersManager.useMobPower(mob, mob, recall, 40);
mob.setCombatTarget(null);