X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=rogue_chat_curses.py;h=b498ce0b17ca1bb3ab080884af7d1a148a6e3063;hb=37ceb9d9fd14ae9081af386905947a60bd941a55;hp=c3d216591665a8d1c0de644c9693660c052f6739;hpb=01e037b538cb01d78e2022785587789f346bee4b;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index c3d2165..b498ce0 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -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':