From 397e54affd6d434ea5d055f34cbac637867cde0a Mon Sep 17 00:00:00 2001 From: nsensfel Date: Wed, 20 Mar 2019 17:37:43 +0100 Subject: Shows actual attribute values. --- src/shared/battle/Battle/Struct/Statistics.elm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/shared/battle/Battle/Struct/Statistics.elm') diff --git a/src/shared/battle/Battle/Struct/Statistics.elm b/src/shared/battle/Battle/Struct/Statistics.elm index 97547fe..9847f1c 100644 --- a/src/shared/battle/Battle/Struct/Statistics.elm +++ b/src/shared/battle/Battle/Struct/Statistics.elm @@ -173,12 +173,12 @@ mod cat v t = new_raw : (Battle.Struct.Attributes.Type -> Type) new_raw att = let - constitution = (Battle.Struct.Attributes.get_constitution att) - dexterity = (Battle.Struct.Attributes.get_dexterity att) - intelligence = (Battle.Struct.Attributes.get_intelligence att) - mind = (Battle.Struct.Attributes.get_mind att) - speed = (Battle.Struct.Attributes.get_speed att) - strength = (Battle.Struct.Attributes.get_strength att) + constitution = (Battle.Struct.Attributes.get_effective_constitution att) + dexterity = (Battle.Struct.Attributes.get_effective_dexterity att) + intelligence = (Battle.Struct.Attributes.get_effective_intelligence att) + mind = (Battle.Struct.Attributes.get_effective_mind att) + speed = (Battle.Struct.Attributes.get_effective_speed att) + strength = (Battle.Struct.Attributes.get_effective_strength att) in { movement_points = -- cgit v1.2.3-70-g09d2