From e701a9388c8939c9ce91731bb32f8404340180ef Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Wed, 24 Apr 2013 05:17:06 +0300 Subject: improved new lines! Woah! --- weatbag/tiles/n3w1.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'weatbag/tiles/n3w1.py') diff --git a/weatbag/tiles/n3w1.py b/weatbag/tiles/n3w1.py index 43986e3..a5e05b9 100644 --- a/weatbag/tiles/n3w1.py +++ b/weatbag/tiles/n3w1.py @@ -1,18 +1,18 @@ class Tile: def describe(self): - print("\nThe beach is quiet. On the south are children playing.") + print("The beach is quiet. On the south are children playing.\n") def action(self, player, do): - print("\nSorry, I don't understand") + print("wo0t w0ot?! o_O") def leave(self, player, direction): if direction == 'w': - print("\nI'm afraid you can't go west.\nThe sea on that part is " - "fool of electric eels and you don't have a transport.") + print("I'm afraid you can't go west.\nThe sea on that part is " + "fool of electric eels and you don't have a transport.\n") return False elif direction == 'e': - print("\nThere is the side of a cave in front of you.\nYou can't go " - "east.") + print("There is the side of a cave in front of you.\nYou can't go " + "east.\n") return False elif direction == 'n': print(" , , \n" -- cgit v1.3