diff options
| -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") |
