adventure-game #3
|
@ -30,7 +30,7 @@ class Handler(npyscreen.ButtonPress):
|
|||
|
||||
# Handle an empty command
|
||||
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:
|
||||
# Concatenate everything back together (just to show the user the program understood them correctly
|
||||
|
|
Loading…
Reference in New Issue