summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/shared/battle/Battle/Lang/English.elm9
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%).")
]