diff options
Diffstat (limited to 'weatbag/tiles/n3w5.py')
| -rw-r--r-- | weatbag/tiles/n3w5.py | 4 |
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") + |
