atr calculations

This commit is contained in:
2025-02-01 19:03:18 -06:00
parent 0b5f469b13
commit 6c4f18218c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ public class PrintSkillsCmd extends AbstractDevCmd {
+ skill.getModifiedAmount() + '('
+ skill.getTotalSkillPercet() + " )");
}
throwbackInfo(pc, "= = = = = NEW CALCULATIONS = = = = =");
PlayerCombatStats.PrintSkillsToClient(pc);
//throwbackInfo(pc, "= = = = = NEW CALCULATIONS = = = = =");
// PlayerCombatStats.PrintSkillsToClient(pc);
} else
throwbackInfo(pc, "Skills not found for player");
}