diff options
| -rw-r--r-- | weatbag/tiles/n2w3.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 " |
