| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-05-03 14:22:17 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-05-03 14:22:17 +0200 | 
| commit | 5b60ea80b8e3f4c0fcfe8764f37e54a8e6f4d9bb (patch) | |
| tree | 83b787f18fa46f91369df252b237842139bc3cc6 | |
| parent | 112dbe2aa3e4771d71754a357627ba4449e8c974 (diff) | |
Fixes the Accuracy help text.
| -rw-r--r-- | src/shared/battle/Battle/Lang/English.elm | 9 | 
1 files changed, 2 insertions, 7 deletions
| diff --git a/src/shared/battle/Battle/Lang/English.elm b/src/shared/battle/Battle/Lang/English.elm index c7265cf..bc8b378 100644 --- a/src/shared/battle/Battle/Lang/English.elm +++ b/src/shared/battle/Battle/Lang/English.elm @@ -273,15 +273,10 @@ accuracy_help =        ]        [           (Html.text -            """ -            Accuracy lower the target's chance to evade an incoming blow, as it -            is subtracted to their -            an incoming attack and replace it by one of their own. It is -            based on their -            """ +            "Accuracy lowers the target's chance to evade an incoming blow ("           ),           (get_stats_reference_html Battle.Struct.Statistics.Dodges), -         (Html.text ". Accuracy is based on "), +         (Html.text "). It is based on "),           (get_atts_reference_html Battle.Struct.Attributes.Dexterity),           (Html.text " (100%).")        ] | 


