summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-05-03 14:17:19 +0200
committernsensfel <SpamShield0@noot-noot.org>2019-05-03 14:17:19 +0200
commit112dbe2aa3e4771d71754a357627ba4449e8c974 (patch)
tree273624e799464df39e4d276da09fa9ee3100eab8 /src/roster-editor
parentf0b1a04a8a4903596ed3347aaf0a97bc1ce9ba44 (diff)
Base dmg icon, dmg types help.
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)
)
)