print new skill calculations to client
This commit is contained in:
@@ -742,8 +742,6 @@ public class PlayerCombatStats {
|
||||
}
|
||||
|
||||
statMod = (float) (Math.pow(statMod, 1.5f) * 15f);
|
||||
if (statMod < 1)
|
||||
statMod = 1f;
|
||||
|
||||
return Math.round(statMod + skill.calculateAmountAfterTrains());
|
||||
}else {
|
||||
|
||||
Reference in New Issue
Block a user