diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-30 18:19:11 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-30 18:19:11 +0300 |
| commit | 2fab6d8b879aa21819c9dccf14f8b15b4a9c808f (patch) | |
| tree | 547abdb6763e27b27499b037c067dd4539517ad1 /weatbag/tiles/n2w3.py | |
| parent | 53361ec28cb05f1c83d33cc86060c1ef2c18c2b4 (diff) | |
edited the string on the first print on describe
Diffstat (limited to 'weatbag/tiles/n2w3.py')
| -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 " |
