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/n2w5.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'weatbag/tiles/n2w5.py') diff --git a/weatbag/tiles/n2w5.py b/weatbag/tiles/n2w5.py index 15c5b63..e88f27c 100644 --- a/weatbag/tiles/n2w5.py +++ b/weatbag/tiles/n2w5.py @@ -7,8 +7,8 @@ class Tile: def describe(self): if self.contents['catfood']: - print("You look around and you see a shelf with catfood cans.\n" - "I don't know about you, but a catfood can is always handy! " + print("\nYou look around and you see a shelf with catfood cans.\n" + "I don't know about you, but a catfood can is always handy!\n" "Never know when you'll need to feed a kitty!") def action(self, player, do): @@ -21,7 +21,7 @@ class Tile: def take_catfood(self, player): if transfer('catfood', self.contents, player.inventory, n=2): - print("You did wise. You took the catfood!") + print("\nYou did wise. You took the catfood!") else: - print("There is nothing here.") + print("\nThere is nothing here.") -- cgit v1.3