summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/map-editor')
-rw-r--r--src/map-editor/src/View/MessageBoard/Help/Guide.elm11
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.")
]
--------------------------------------------------------------------------------