diff --git a/Adventure Game/adventure_game/Handler.py b/Adventure Game/adventure_game/Handler.py index 989adea..5b5a266 100644 --- a/Adventure Game/adventure_game/Handler.py +++ b/Adventure Game/adventure_game/Handler.py @@ -59,6 +59,7 @@ class Handler(npyscreen.ButtonPress): room = parse(self.parent.parentApp.mainPath / 'gamedata/world/blank_room.yaml') # 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! if command == 'LOOK':