X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=new2%2Frogue_chat_nocanvas_monochrome.html;fp=new2%2Frogue_chat_nocanvas_monochrome.html;h=6c00684767d7f55ff449eb5aa02c58234373d57e;hp=664409d990800a38a9a980bd71bdb6f376161d9d;hb=ebce2a63305565ce32f336881b49a428fc5d91d3;hpb=4892dca2b3072b5a3c92d5eec3442ef37db4d9d1 diff --git a/new2/rogue_chat_nocanvas_monochrome.html b/new2/rogue_chat_nocanvas_monochrome.html index 664409d..6c00684 100644 --- a/new2/rogue_chat_nocanvas_monochrome.html +++ b/new2/rogue_chat_nocanvas_monochrome.html @@ -396,8 +396,8 @@ let tui = { this.log_msg(" /nick NAME - re-name yourself to NAME"); this.log_msg(" /msg USER TEXT - send TEXT to USER"); this.log_msg(" /help - show this help"); - this.log_msg(" /P or /play - switch to play mode"); - this.log_msg(" /? or /study - switch to study mode"); + this.log_msg(" /" + this.keys.switch_to_play + " or /play - switch to play mode"); + this.log_msg(" /" + this.keys.switch_to_study + " or /study - switch to study mode"); this.log_msg("commands common to study and play mode:"); this.log_msg(" " + movement_keys_desc + " - move"); this.log_msg(" " + this.keys.switch_to_chat + " - switch to chat mode");