summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-09-16 17:58:33 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-09-16 17:58:33 +0200 |
commit | cb863d6a45446c9e1ecf1f7842ef3adab4f22103 (patch) | |
tree | 2f1542814d935a1e120c3b99d35fa0ce9e700ce6 | |
parent | 511cf3d3d11d8bbe6a11f439cc1786bed19b059d (diff) |
Removes damage icon.
-rw-r--r-- | src/roster-editor/src/View/WeaponSelection.elm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/roster-editor/src/View/WeaponSelection.elm b/src/roster-editor/src/View/WeaponSelection.elm index f507d1b..a5a8293 100644 --- a/src/roster-editor/src/View/WeaponSelection.elm +++ b/src/roster-editor/src/View/WeaponSelection.elm @@ -58,14 +58,6 @@ get_weapon_html weapon = (Html.div [ (Html.Attributes.class "omnimod-icon"), - (Html.Attributes.class "omnimod-icon-dmg") - ] - [ - ] - ), - (Html.div - [ - (Html.Attributes.class "omnimod-icon"), (Html.Attributes.class "omnimod-icon-range") ] [ |