From a5e3812174ab28ef6be83a17a11f1e1da4e6651a Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Wed, 24 Apr 2013 02:37:22 +0300 Subject: added some /n for teh l00ks!!1! --- weatbag/tiles/n1w1.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'weatbag/tiles/n1w1.py') diff --git a/weatbag/tiles/n1w1.py b/weatbag/tiles/n1w1.py index aad8104..3a455cf 100644 --- a/weatbag/tiles/n1w1.py +++ b/weatbag/tiles/n1w1.py @@ -1,7 +1,8 @@ class Tile: def describe(self): - print("There is a small island northwest.\n" - "Unfortunatelly, you can't swim so you need a transport to go there.\n" + print("\nThere is a small island northwest.\n" + "Unfortunatelly, you can't swim because the sea is full of " + "electric eels so you need a transport to go there.\n" "Luckilly to the north you see 2 children with a raft sitting " "under a tree." ) @@ -10,7 +11,7 @@ class Tile: def leave(self, player, direction): if direction == "w": - print ("You can't go there by swimming, that part is full of " + print ("\nYou can't go there by swimming, that part is full of " "electric eels.") return False else: -- cgit v1.3