summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/battlemap/src/View/SideBar/TabMenu/Status/CharacterInfo.elm11
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))
)