From 125eb8ba1e1707bd5468a96131a740abef3c6f43 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Wed, 20 Mar 2019 17:30:22 +0100 Subject: ... --- src/roster-editor/src/Struct/HelpRequest.elm | 8 ++++++++ src/roster-editor/src/View/MessageBoard/Help.elm | 2 ++ 2 files changed, 10 insertions(+) (limited to 'src/roster-editor') diff --git a/src/roster-editor/src/Struct/HelpRequest.elm b/src/roster-editor/src/Struct/HelpRequest.elm index 50d2ee6..6fa0af2 100644 --- a/src/roster-editor/src/Struct/HelpRequest.elm +++ b/src/roster-editor/src/Struct/HelpRequest.elm @@ -1,7 +1,15 @@ module Struct.HelpRequest exposing (Type(..)) +-- Battle ---------------------------------------------------------------------- +import Battle.Struct.Attributes +import Battle.Struct.Statistics +import Battle.Struct.DamageType + -------------------------------------------------------------------------------- -- TYPES ----------------------------------------------------------------------- -------------------------------------------------------------------------------- type Type = None + | Attribute Battle.Struct.Attributes.Category + | Statistic Battle.Struct.Statistics.Category + | DamageType Battle.Struct.DamageType.Type diff --git a/src/roster-editor/src/View/MessageBoard/Help.elm b/src/roster-editor/src/View/MessageBoard/Help.elm index eea0c8a..dbd0412 100644 --- a/src/roster-editor/src/View/MessageBoard/Help.elm +++ b/src/roster-editor/src/View/MessageBoard/Help.elm @@ -29,5 +29,7 @@ get_html model = case model.help_request of Struct.HelpRequest.None -> (View.MessageBoard.Help.Guide.get_html_contents model) + + _ -> (View.MessageBoard.Help.Guide.get_html_contents model) ) ) -- cgit v1.2.3-70-g09d2