From ecfb72f149a72f87b0c21c19d30552a3592da24d Mon Sep 17 00:00:00 2001 From: nsensfel Date: Mon, 12 Feb 2018 19:11:15 +0100 Subject: Adds missing '%'. --- src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm b/src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm index 5150caa..d90296d 100644 --- a/src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm +++ b/src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm @@ -160,6 +160,7 @@ get_statistics_html stats = ( "Chance to Double Hit: " ++ (toString (Struct.Statistics.get_double_hits stats)) + ++ "%" ) ) ] @@ -171,6 +172,7 @@ get_statistics_html stats = ( "Chance to Critical Hit: " ++ (toString (Struct.Statistics.get_critical_hits stats)) + ++ "%" ) ) ] -- cgit v1.2.3-70-g09d2