diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-01-07 11:47:29 +0000 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-01-07 11:47:29 +0000 |
| commit | cbe1bce30306133a02de664008ca552f3618302c (patch) | |
| tree | 069a55d64b67db75c5336814a4b9cecb2737e1ec /weatbag/tiles/n2.py | |
| parent | 82d34a184b272f9578424d7753139f3dcf313895 (diff) | |
Small fix for tile n2
Diffstat (limited to 'weatbag/tiles/n2.py')
| -rw-r--r-- | weatbag/tiles/n2.py | 3 |
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") |
