From 12d7f328327084039efb117906c8b66091b31c46 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 7 May 2013 19:28:03 +0300 Subject: added describe --- weatbag/tiles/n1w4.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/weatbag/tiles/n1w4.py b/weatbag/tiles/n1w4.py index 1fc522d..5504a57 100644 --- a/weatbag/tiles/n1w4.py +++ b/weatbag/tiles/n1w4.py @@ -3,11 +3,13 @@ class Tile: self.challenge_completed = False def describe(self): - print("\n") + print("The rocks led you to a path uphill.\n*Poof* A purrr-sian cat " + "appears in front of you!\n") if not self.challenge_completed: self.challenge() else: - print("") + print("The rocks led you to a path uphill.\nIt's a little bit " + "windy and a flock of seagulls is flying above you.") def challenge(self): print("\n") -- cgit v1.3