home · contact · privacy
Minor action renaming.
[plomrogue2] / rogue_chat.html
index ce6cf4cae6bcb835be05e2895c72d826a65f96ed..9f24d82c7dc10d8d3c313154a1985d56cff50528 100644 (file)
@@ -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';