diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-30 17:50:11 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-30 17:50:11 +0300 |
| commit | 72ebf6c95e6281231754a4640e35de9def2d521c (patch) | |
| tree | 5c2a4a9fc9acc0b8b6ecff1e00eb25756197877c /weatbag/tiles/n2w1.py | |
| parent | 3acd7eb28ff120648a6ea583b89dc0a865e76541 (diff) | |
added else option in action for when the challenge is completed
Diffstat (limited to 'weatbag/tiles/n2w1.py')
| -rw-r--r-- | weatbag/tiles/n2w1.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/weatbag/tiles/n2w1.py b/weatbag/tiles/n2w1.py index 5d58f67..00198a8 100644 --- a/weatbag/tiles/n2w1.py +++ b/weatbag/tiles/n2w1.py @@ -62,6 +62,9 @@ class Tile: "you have to find the correct amount of time!\n") except: print("Please try typing a number, like '42 minutes'\n.") + else: + print("Sorry, I don't understand.") + def leave(self, player, direction): if direction == "w" and not self.challenge_completed: print ("You can't go there by swimming, that part is full of " |
