look around is a better thing to suggest a user do
This commit is contained in:
parent
773d48b732
commit
705a00fe9c
|
@ -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