Dont be quite as verbose
This commit is contained in:
@@ -59,6 +59,7 @@ class Handler(npyscreen.ButtonPress):
|
|||||||
room = parse(self.parent.parentApp.mainPath / 'gamedata/world/blank_room.yaml')
|
room = parse(self.parent.parentApp.mainPath / 'gamedata/world/blank_room.yaml')
|
||||||
|
|
||||||
# By now we should be situated in our room, and with our player.
|
# By now we should be situated in our room, and with our player.
|
||||||
|
#self.parent.parentApp.log.debug(room) # We dont need to log this, its too verbose!
|
||||||
|
|
||||||
# TODO: Should upgrade these to use fuzzy words library! and not direct comparisons!
|
# TODO: Should upgrade these to use fuzzy words library! and not direct comparisons!
|
||||||
if command == 'LOOK':
|
if command == 'LOOK':
|
||||||
|
|||||||
Reference in New Issue
Block a user