Siege pets use slotting mechanic.

This commit is contained in:
2023-08-21 15:09:10 -04:00
parent 07c553294b
commit e00328ae13
+3 -1
View File
@@ -889,7 +889,9 @@ public class Mob extends AbstractIntelligenceAgent {
if (this.building != null) { 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 // Mobiles inside buildings are offset from it not the zone