home · contact · privacy
Enable edit mode movement in web client.
[plomrogue2] / rogue_chat_curses.py
index c3d216591665a8d1c0de644c9693660c052f6739..b498ce0b17ca1bb3ab080884af7d1a148a6e3063 100755 (executable)
@@ -742,7 +742,7 @@ class TUI:
                 if 'PICK_UP' in self.game.tasks:
                     content += "[%s] – pick up thing\n" % self.keys['take_thing']
                 if 'DROP' in self.game.tasks:
-                    content += "[%s] – drop picked up thing\n" % self.keys['drop_thing']
+                    content += "[%s] – drop picked-up thing\n" % self.keys['drop_thing']
                 content += '[%s] – teleport to other space\n' % self.keys['teleport']
                 content += '\n'
             elif self.mode.name == 'study':