| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm b/src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm index 211b6a0..5150caa 100644 --- a/src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm +++ b/src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm @@ -52,17 +52,6 @@ get_attributes_html att =              [                 (Html.text                    ( -                     "Dexterity: " -                     ++ (toString (Struct.Attributes.get_dexterity att)) -                  ) -               ) -            ] -         ), -         (Html.li -            [] -            [ -               (Html.text -                  (                       "Intelligence: "                       ++ (toString (Struct.Attributes.get_intelligence att))                    ) | 


