hamlet guards + mobs aggro before going home

This commit is contained in:
2023-05-28 10:55:11 -05:00
parent 7dfd8148d5
commit d673c329b6
2 changed files with 3 additions and 2 deletions
@@ -98,7 +98,7 @@ public class MovementUtilities {
}
public static boolean inRangeDropAggro(Mob agent, PlayerCharacter target) {
public static boolean inRangeDropAggro(Mob agent, AbstractCharacter target) {
Vector3fImmutable sl = agent.getLoc();
Vector3fImmutable tl = target.getLoc();