| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/shared/struct/sh_statistics.erl')
| -rw-r--r-- | src/shared/struct/sh_statistics.erl | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/shared/struct/sh_statistics.erl b/src/shared/struct/sh_statistics.erl index d2dfb1c..8f273b1 100644 --- a/src/shared/struct/sh_statistics.erl +++ b/src/shared/struct/sh_statistics.erl @@ -174,8 +174,7 @@ new (BaseAttributes, WeaponIDs, ArmorID) ->           (              average([Mind, Constitution, Constitution, Speed, Speed, Speed])           ), -      health = -         gentle_squared_growth(average([Mind, Constitution, Constitution])), +      health = gentle_squared_growth(Constitution),        dodges =           min_max(0, 100, sudden_exp_growth(average([Dexterity, Mind, Speed]))),        parries = | 


