diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-24 05:17:06 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:18 +0300 |
| commit | e701a9388c8939c9ce91731bb32f8404340180ef (patch) | |
| tree | ba0ed0c9292ba6162ab8775fc5df681779f466fd /weatbag/tiles/n3w4.py | |
| parent | 7dca2041d3ee309dc86bd9b0d84d5e470d83eedb (diff) | |
improved new lines! Woah!
Diffstat (limited to 'weatbag/tiles/n3w4.py')
| -rw-r--r-- | weatbag/tiles/n3w4.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weatbag/tiles/n3w4.py b/weatbag/tiles/n3w4.py index 2388ee3..39b8b35 100644 --- a/weatbag/tiles/n3w4.py +++ b/weatbag/tiles/n3w4.py @@ -1,12 +1,12 @@ class Tile: def describe(self): - print("\nLooks like you are in a walking mood because you still follow " + print("Looks like you are in a walking mood because you still follow " "the path.\nYou hear birds singing, some small waves on the background, " "there is a nice flowery smell, rays of sun make the tree sceenery " - "heavenly...\nI totaly get you, it's a nice path to have a walk!") + "heavenly...\nI totaly get you, it's a nice path to have a walk!\n") def action(self, player, do): - print("\nSorry, I don't understand") + print("Sorry, I don't understand.\n") def leave(self, player, direction): if direction == "n": |
