summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n2w2.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-04-24 02:37:22 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-29 03:21:17 +0300
commita5e3812174ab28ef6be83a17a11f1e1da4e6651a (patch)
tree34d30b6ca39e78f79891afc50422cf720138d31f /weatbag/tiles/n2w2.py
parentdda68706253ebfeb6113ab764670309e2b347411 (diff)
added some /n for teh l00ks!!1!
Diffstat (limited to 'weatbag/tiles/n2w2.py')
-rw-r--r--weatbag/tiles/n2w2.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/weatbag/tiles/n2w2.py b/weatbag/tiles/n2w2.py
index a7d8848..c9e82a9 100644
--- a/weatbag/tiles/n2w2.py
+++ b/weatbag/tiles/n2w2.py
@@ -1,14 +1,14 @@
class Tile:
def describe(self):
- print("You are now on the island. In front of you there are some trees "
- "and a small path. Feeling adventurous?")
+ print("\nYou are now on the island. In front of you there are some trees "
+ "and a small path.\nFeeling adventurous?")
def action(self, player, do):
print("Sorry, I don't understand")
def leave(self, player, direction):
if direction == "e":
- print ("You can't go back by swimming, that part is full of "
+ print ("\nYou can't go back by swimming, that part is full of "
"electric eels.")
return False
else: