adjust mines

This commit is contained in:
2024-04-21 06:01:27 -05:00
parent a8a21e9e40
commit d04cad0484
3 changed files with 29 additions and 9 deletions
+1 -1
View File
@@ -1145,7 +1145,7 @@ public class Mob extends AbstractIntelligenceAgent {
public void calculateAtrDefenseDamage() {
if (this.charItemManager == null || this.equip == null) {
Logger.error("Player " + currentID + " missing skills or equipment");
//Logger.error("Player " + currentID + " missing skills or equipment");
defaultAtrAndDamage(true);
defaultAtrAndDamage(false);
this.defenseRating = 0;