summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/roster-editor')
-rw-r--r--src/roster-editor/src/View/CharacterCard.elm4
-rw-r--r--src/roster-editor/src/View/GlyphBoardSelection.elm3
2 files changed, 0 insertions, 7 deletions
diff --git a/src/roster-editor/src/View/CharacterCard.elm b/src/roster-editor/src/View/CharacterCard.elm
index 8dc985f..4fca090 100644
--- a/src/roster-editor/src/View/CharacterCard.elm
+++ b/src/roster-editor/src/View/CharacterCard.elm
@@ -347,10 +347,6 @@ get_glyph_board_details damage_multiplier board =
(Html.text (BattleCharacters.Struct.GlyphBoard.get_name board))
]
),
- (Battle.View.Omnimods.get_html_with_modifier
- damage_multiplier
- (BattleCharacters.Struct.GlyphBoard.get_omnimods board)
- ),
(Html.div
[
(Html.Attributes.class "clickable"),
diff --git a/src/roster-editor/src/View/GlyphBoardSelection.elm b/src/roster-editor/src/View/GlyphBoardSelection.elm
index f661809..803b362 100644
--- a/src/roster-editor/src/View/GlyphBoardSelection.elm
+++ b/src/roster-editor/src/View/GlyphBoardSelection.elm
@@ -61,9 +61,6 @@ get_glyph_board_html glyph_board =
(BattleCharacters.Struct.GlyphBoard.get_name glyph_board)
)
]
- ),
- (Battle.View.Omnimods.get_html
- (BattleCharacters.Struct.GlyphBoard.get_omnimods glyph_board)
)
]
)