| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-09-06 17:44:29 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-09-06 17:44:29 +0200 | 
| commit | 2d859e80c3e034b9f312df2cd9b2e70cd8766655 (patch) | |
| tree | c38bf3fe3c495d0c3fcad280ef2fa659dd8f87c9 /src/roster-editor | |
| parent | b07f636ea1e905f494c57fd2de03e8f36a4d5061 (diff) | |
Quick removal of omnimods from glyph boards.
Diffstat (limited to 'src/roster-editor')
| -rw-r--r-- | src/roster-editor/src/View/CharacterCard.elm | 4 | ||||
| -rw-r--r-- | src/roster-editor/src/View/GlyphBoardSelection.elm | 3 | 
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)           )        ]     ) | 


