summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/shared/battle/Battle/Struct/Statistics.elm')
-rw-r--r-- | src/shared/battle/Battle/Struct/Statistics.elm | 12 |
1 files changed, 6 insertions, 6 deletions
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 = |