From 2fab6d8b879aa21819c9dccf14f8b15b4a9c808f Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 30 Apr 2013 18:19:11 +0300 Subject: edited the string on the first print on describe --- weatbag/tiles/n2w3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weatbag') diff --git a/weatbag/tiles/n2w3.py b/weatbag/tiles/n2w3.py index 9113861..2030fea 100644 --- a/weatbag/tiles/n2w3.py +++ b/weatbag/tiles/n2w3.py @@ -4,8 +4,8 @@ class Tile: self.tree_fallen = False def describe(self): - print("You are walking through the trees. It looks like the path you " - "took leads to a small wooden hut.\n") + print("You are walking through the trees. It looks like the path on " + "your west leads to a small wooden hut.\n") if not self.first_visit and not self.tree_fallen: print("You saw a tree fall and it didn't make any sound and " "WOW... that was weird because you were there and " -- cgit v1.3