summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/roster-editor')
-rw-r--r--src/roster-editor/src/View/MessageBoard/Help.elm6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/roster-editor/src/View/MessageBoard/Help.elm b/src/roster-editor/src/View/MessageBoard/Help.elm
index dde800c..4c64601 100644
--- a/src/roster-editor/src/View/MessageBoard/Help.elm
+++ b/src/roster-editor/src/View/MessageBoard/Help.elm
@@ -6,6 +6,7 @@ import Html.Attributes
-- Battle ----------------------------------------------------------------------
import Battle.View.Help.Attribute
+import Battle.View.Help.DamageType
import Battle.View.Help.Statistic
-- Local Module ----------------------------------------------------------------
@@ -40,6 +41,9 @@ get_html model =
(Struct.HelpRequest.Statistic stat_cat) ->
(Battle.View.Help.Statistic.get_html_contents stat_cat)
- _ -> (View.MessageBoard.Help.Guide.get_html_contents model)
+ (Struct.HelpRequest.DamageType dmg_cat) ->
+ (Battle.View.Help.DamageType.get_html_contents dmg_cat)
+
+ -- _ -> (View.MessageBoard.Help.Guide.get_html_contents model)
)
)