| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-05-03 11:08:16 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-05-03 11:08:16 +0200 | 
| commit | 8bcf0d47a363ef0c45b7fbcbc95fb770aecc20c0 (patch) | |
| tree | 26fbe4efffb479056607e2d2e6eea4e9e3e1e699 /src/map-editor | |
| parent | 6b6e1a9d6e1ed475d108a75a618d4a60544482e5 (diff) | |
Adds some help for stats & attributes.
Diffstat (limited to 'src/map-editor')
| -rw-r--r-- | src/map-editor/src/View/MessageBoard/Help/Guide.elm | 11 | 
1 files changed, 2 insertions, 9 deletions
| diff --git a/src/map-editor/src/View/MessageBoard/Help/Guide.elm b/src/map-editor/src/View/MessageBoard/Help/Guide.elm index e4aff37..d2d445b 100644 --- a/src/map-editor/src/View/MessageBoard/Help/Guide.elm +++ b/src/map-editor/src/View/MessageBoard/Help/Guide.elm @@ -27,15 +27,8 @@ get_header_html title =  get_default_html_contents : (List (Html.Html Struct.Event.Type))  get_default_html_contents =     [ -      (get_header_html "Selecting a Character"), -      (Html.text -         ( -            "Click once on a character to focus them. This will show you" -            ++ " their stats, equipment, and other infos. If they are in" -            ++ " your team and active (the pulsating characters)," -            ++ " clicking on them again will let you take control." -         ) -      ) +      (get_header_html "Modifying a Map"), +      (Html.text "The guide for this module is not yet available.")     ]  -------------------------------------------------------------------------------- | 


