safe guards dont kill pets anymore

This commit is contained in:
2024-06-23 20:03:41 -05:00
parent 90ab6175b5
commit 1322f8610c
+1 -1
View File
@@ -1007,7 +1007,7 @@ public class MobAI {
//dont scan self. //dont scan self.
if (mob.equals(awoMob) || (mob.agentType.equals(Enum.AIAgentType.GUARD)) == true) if (mob.equals(awoMob) || (mob.agentType.equals(Enum.AIAgentType.GUARD)) || (mob.agentType.equals(Enum.AIAgentType.PET)))
continue; continue;
Mob aggroMob = (Mob) awoMob; Mob aggroMob = (Mob) awoMob;