From cbe1bce30306133a02de664008ca552f3618302c Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 7 Jan 2013 11:47:29 +0000 Subject: Small fix for tile n2 --- weatbag/tiles/n2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'weatbag/tiles') 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") -- cgit v1.3