summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-14 02:59:44 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-14 02:59:44 +0300
commit8a3c4a270a36d8709948d27eec0bf7b74ef37a71 (patch)
tree0454bb384f12a45a4d0b51d97481f57a25e59349 /weatbag
parent21599326b293063f9477e325623e50d8df8af494 (diff)
added else on action
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n3w5.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/weatbag/tiles/n3w5.py b/weatbag/tiles/n3w5.py
index 2f1b97a..7bfebe2 100644
--- a/weatbag/tiles/n3w5.py
+++ b/weatbag/tiles/n3w5.py
@@ -30,5 +30,7 @@ class Tile:
if do[0] == "no" and do[1] == "one" and do[2] == "understands":
print("And that is absolutely right!\n"
"The lid opens and you see a brand new army knife!")
-
+ else:
+ print("Sorry, I don't understand.\n")
+