mob resist issue

This commit is contained in:
2024-05-12 16:41:15 -05:00
parent c29d6f548e
commit ead9683b98
+1
View File
@@ -94,6 +94,7 @@ public class Mob extends AbstractIntelligenceAgent {
this.bindLoc = Vector3fImmutable.ZERO; this.bindLoc = Vector3fImmutable.ZERO;
this.gridObjectType = GridObjectType.DYNAMIC; this.gridObjectType = GridObjectType.DYNAMIC;
this.agentType = AIAgentType.MOBILE; this.agentType = AIAgentType.MOBILE;
setResistsForMob(this);
} }