summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-05-03 11:08:16 +0200
committernsensfel <SpamShield0@noot-noot.org>2019-05-03 11:08:16 +0200
commit8bcf0d47a363ef0c45b7fbcbc95fb770aecc20c0 (patch)
tree26fbe4efffb479056607e2d2e6eea4e9e3e1e699 /src/roster-editor/src/View/MessageBoard/Help/Guide.elm
parent6b6e1a9d6e1ed475d108a75a618d4a60544482e5 (diff)
Adds some help for stats & attributes.
Diffstat (limited to 'src/roster-editor/src/View/MessageBoard/Help/Guide.elm')
-rw-r--r--src/roster-editor/src/View/MessageBoard/Help/Guide.elm11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/roster-editor/src/View/MessageBoard/Help/Guide.elm b/src/roster-editor/src/View/MessageBoard/Help/Guide.elm
index c271f78..bc95510 100644
--- a/src/roster-editor/src/View/MessageBoard/Help/Guide.elm
+++ b/src/roster-editor/src/View/MessageBoard/Help/Guide.elm
@@ -28,15 +28,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 the Character Roster"),
+ (Html.text "The guide for this module is not yet available.")
]
--------------------------------------------------------------------------------