From a76d6919142fed58bbe20031591d31f8bec08bb6 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Thu, 21 Jun 2018 18:31:50 +0200 Subject: Changes in max_health during battle are an issue. --- src/shared/struct/sh_statistics.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 = -- cgit v1.2.3-70-g09d2