X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=rogue_chat.html;h=9f24d82c7dc10d8d3c313154a1985d56cff50528;hb=71880a263d3018157950eb2c361f201d415ce0ae;hp=ce6cf4cae6bcb835be05e2895c72d826a65f96ed;hpb=d4cf3dcecd55a94cae437a7d258f615976857a71;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index ce6cf4c..9f24d82 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -938,10 +938,10 @@ let tui = { content += "[" + movement_keys_desc + "] – move player\n"; } if (game.tasks.includes('PICK_UP')) { - content += "[" + this.keys.take_thing + "] – take thing under player\n"; + content += "[" + this.keys.take_thing + "] – pick up thing\n"; } if (game.tasks.includes('DROP')) { - content += "[" + this.keys.drop_thing + "] – drop carried thing\n"; + content += "[" + this.keys.drop_thing + "] – drop picked up thing\n"; } content += "[" + tui.keys.teleport + "] – teleport to other space\n"; content += '\n';