hamlet guards don't aggro
This commit is contained in:
@@ -1420,6 +1420,10 @@ public class MobAI {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(mob.BehaviourType.equals(Enum.MobBehaviourType.HamletGuard)){
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if(mob.hate_values == null)
|
if(mob.hate_values == null)
|
||||||
mob.hate_values = new HashMap<>();
|
mob.hate_values = new HashMap<>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user