From 72ebf6c95e6281231754a4640e35de9def2d521c Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 30 Apr 2013 17:50:11 +0300 Subject: added else option in action for when the challenge is completed --- weatbag/tiles/n2w1.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'weatbag/tiles/n2w1.py') 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 " -- cgit v1.3