X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/copy_structured?a=blobdiff_plain;f=rogue_chat.html;h=f08105023e30b3d062b58e06fb9f52551647cee9;hb=cbfca994af863c569442f2199dcec1e2b2aa42d6;hp=84d481c806218a35570d937cd49e485aacbff054;hpb=509d9ca8e54529b5d728b1635df4ba4bbb0bcc23;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 84d481c..f081050 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -570,6 +570,9 @@ let server = { } else if (tokens[0] === 'LOGIN_OK') { this.send(['GET_GAMESTATE']); tui.switch_mode('post_login_wait'); + tui.log_msg('@ welcome!') + tui.log_msg('@ hint: see top of terminal for how to get help.') + tui.log_msg('@ hint: enter study mode to understand your environment.') } else if (tokens[0] === 'DEFAULT_COLORS') { terminal.set_default_colors(); } else if (tokens[0] === 'RANDOM_COLORS') {