X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=rogue_chat.html;h=1ace4c3d40c59a68b6be65d9ed34390f6e6f02d1;hb=7f7742ecc229f9f6b5ab5c28daf11ea2a67ad29a;hp=e7004a177f913ed3c27e568bdf94b04d3c7f624d;hpb=afca68ffc4beb3a8365875d459fc2ce05784f2c0;p=plomrogue2 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') {