summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weatbag/tiles/n1w4.py6
1 files 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")