look around is a better thing to suggest a user do

This commit is contained in:
Joe S 2021-02-24 00:09:07 -05:00
parent 773d48b732
commit 705a00fe9c
1 changed files with 1 additions and 1 deletions

View File

@ -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