new stat calculations

This commit is contained in:
2025-01-20 18:55:41 -06:00
parent ceed4c641a
commit 499aec2c61
+3 -3
View File
@@ -4304,9 +4304,9 @@ public class PlayerCharacter extends AbstractCharacter {
this.speedHandTwo = speed;
}
this.calculateATR();
this.calculateDamage();
this.calculateSpeed();
//this.calculateATR();
//this.calculateDamage();
//this.calculateSpeed();
}
/**