X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=rogue_chat.html;h=3d17c5a32e172fc8917d3e150827b8bcccec5e37;hb=118102d4306465cfc3215c142c8d13ecff033710;hp=0df4e6ceba8aff655a58dda546ecf4b5be3b0713;hpb=3ac4bfc7722ec4366698ae17f5e2006e6a9e8b30;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 0df4e6c..3d17c5a 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -150,7 +150,7 @@ let mode_helps = { }, 'take_thing': { 'short': 'take thing', - 'intro': '', + 'intro': 'Pick up a thing in reach by entering its index number. Enter nothing to abort.', 'long': 'You see a list of things which you could pick up. Enter the target thing\'s index, or, to leave, nothing.' }, 'admin_thing_protect': { @@ -801,7 +801,7 @@ let tui = { } else if (this.mode.is_single_char_entry) { this.show_help = true; } else if (this.mode.name == 'take_thing') { - this.log_msg("selectable things:"); + this.log_msg("Things in reach for pick-up:"); const player = game.things[game.player_id]; const y = player.position[0] const x = player.position[1]