adventure-game #3

Open
Kenwood wants to merge 80 commits from adventure-game into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 705a00fe9c - Show all commits

View File

@ -30,7 +30,7 @@ class Handler(npyscreen.ButtonPress):
# Handle an empty command # Handle an empty command
if len(command) <= 2: if len(command) <= 2:
self.parent.update_log('Command was too short, try something like "MOVE", "PICK UP" or "USE".') self.parent.update_log('Command was too short, try something like "MOVE", "LOOK AROUND" or "USE".')
else: else:
# Concatenate everything back together (just to show the user the program understood them correctly # Concatenate everything back together (just to show the user the program understood them correctly