X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2;a=blobdiff_plain;f=rogue_chat.html;fp=rogue_chat.html;h=1ace4c3d40c59a68b6be65d9ed34390f6e6f02d1;hp=e7004a177f913ed3c27e568bdf94b04d3c7f624d;hb=699621898072da0b0b93748e2b6a49badfdec391;hpb=d77d65edc40bb0ac17e46eb166413edb5f8e0106 diff --git a/rogue_chat.html b/rogue_chat.html index e7004a1..1ace4c3 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -578,8 +578,6 @@ let server = { 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') {