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/n2w2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'weatbag/tiles/n2w2.py') 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: -- cgit v1.3