|
|
@ -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); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|