Slot all agents but true mobiles.

This commit is contained in:
2023-08-21 16:37:52 -04:00
parent 876ccc7cbf
commit 0b05c7074f
+1 -1
View File
@@ -897,7 +897,7 @@ public class Mob extends AbstractIntelligenceAgent {
// Siege mobiles don't have contracts.
if (this.contract == null && !this.agentType.equals(AIAgentType.PET)) {
if (this.contract == null && this.agentType.equals(AIAgentType.MOBILE)) {
// Mobiles inside buildings are offset from it not the zone