summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-01-07 11:47:29 +0000
committerThomas Kluyver <takowl@gmail.com>2013-01-07 11:47:29 +0000
commitcbe1bce30306133a02de664008ca552f3618302c (patch)
tree069a55d64b67db75c5336814a4b9cecb2737e1ec /weatbag
parent82d34a184b272f9578424d7753139f3dcf313895 (diff)
Small fix for tile n2
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/weatbag/tiles/n2.py b/weatbag/tiles/n2.py
index 53257f6..b903ed3 100644
--- a/weatbag/tiles/n2.py
+++ b/weatbag/tiles/n2.py
@@ -22,4 +22,5 @@ class Tile:
else:
print("Good plan, but you don't have a torch.")
- print("Sorry, I don't understand")
+ else:
+ print("Sorry, I don't understand")