| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-02-12 19:11:15 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-02-12 19:11:15 +0100 | 
| commit | ecfb72f149a72f87b0c21c19d30552a3592da24d (patch) | |
| tree | 1d1996db573f59988e93ba2ea063cc2dbbc3151d /src/battlemap | |
| parent | 83d601479f05f52683bc148a26cf9fe465869dc1 (diff) | |
Adds missing '%'.
Diffstat (limited to 'src/battlemap')
| -rw-r--r-- | src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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)) +                     ++ "%"                    )                 )              ] | 


