diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-23 22:06:05 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:17 +0300 |
| commit | 784352f722def37bde26dee40b501abf7a85ae2a (patch) | |
| tree | 487e8f6c10b3ddad178593654200a2183a837fbc | |
| parent | ef1f44ea2d3818d325bb56e93c70beca27746b92 (diff) | |
removed a useless else
| -rw-r--r-- | weatbag/tiles/n3w2.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/weatbag/tiles/n3w2.py b/weatbag/tiles/n3w2.py index 3ff014d..9b0ff9e 100644 --- a/weatbag/tiles/n3w2.py +++ b/weatbag/tiles/n3w2.py @@ -28,9 +28,6 @@ class Tile: player.take('catfood') print("Great! Now we can sail!") self.give_catfood = True - else: - print("No boat for you if you don't give me tha catfood!") - self.give_catfood = False else: print("Sorry, I don't understand.") |
