| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-02-09 18:46:27 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-02-09 18:46:27 +0100 | 
| commit | 5eadad465cd6c21f157de82cbe9f3257a243e0a9 (patch) | |
| tree | e7982bc9dad96dda516d523b31d58135543649e1 /src | |
| parent | ce8132a234fb34a416226ef024d3fa6086c312aa (diff) | |
Removes duplicate "Dexterity" attribute display.
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))                    ) | 


