Browse Source

Siege pets use slotting mechanic.

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

4
src/engine/objects/Mob.java

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

Loading…
Cancel
Save