From 5b60ea80b8e3f4c0fcfe8764f37e54a8e6f4d9bb Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 3 May 2019 14:22:17 +0200 Subject: Fixes the Accuracy help text. --- src/shared/battle/Battle/Lang/English.elm | 9 ++------- 1 file 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%).") ] -- cgit v1.2.3-70-g09d2