mob resist issue

This commit is contained in:
2024-05-11 18:44:16 -05:00
parent 8156f261fc
commit a202a0544e
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -684,7 +684,7 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
return new Resists("Dropper");
}
if(this.getObjectType().equals(GameObjectType.Mob) && ((Mob)this).behaviourType.equals(MobBehaviourType.HamletGuard))
return new Resists("HamletGuard");
return new Resists("HamletGuard");
return this.resists;
}