Browse Source

Minions don't have contracts.

combat-2
MagicBot 1 year ago
parent
commit
ec3a9b6cb4
  1. 2
      src/engine/objects/Mob.java

2
src/engine/objects/Mob.java

@ -892,7 +892,7 @@ public class Mob extends AbstractIntelligenceAgent { @@ -892,7 +892,7 @@ public class Mob extends AbstractIntelligenceAgent {
// Siege mobiles don't have contracts.
if (this.contract == null && this.agentType.equals(AIAgentType.MOBILE)) {
if (this.contract == null) {
// Mobiles inside buildings are offset from it not the zone

Loading…
Cancel
Save