From 112dbe2aa3e4771d71754a357627ba4449e8c974 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 3 May 2019 14:17:19 +0200 Subject: Base dmg icon, dmg types help. --- src/roster-editor/src/View/MessageBoard/Help.elm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/roster-editor') 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) ) ) -- cgit v1.2.3-70-g09d2