Browse Source

Breakpoint set

debug-guards
MagicBot 3 days ago
parent
commit
94b6181ebe
  1. 3
      src/engine/objects/Mob.java

3
src/engine/objects/Mob.java

@ -1226,6 +1226,9 @@ public class Mob extends AbstractIntelligenceAgent implements Delayed { @@ -1226,6 +1226,9 @@ public class Mob extends AbstractIntelligenceAgent implements Delayed {
// with the exceptions being mobiles
// with a contract.
if (this.objectUUID == 889440)
this.bindLoc = building.getLoc().add(bindLoc);
if (this.contract != null || this.behaviourType.equals(MobBehaviourType.SiegeEngine))
NPCManager.slotCharacterInBuilding(this);
else

Loading…
Cancel
Save