summaryrefslogtreecommitdiff |
diff options
-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)) + ++ "%" ) ) ] |