summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weatbag/tiles/n3w6.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n3w6.py b/weatbag/tiles/n3w6.py
index 8ed4da3..a40e490 100644
--- a/weatbag/tiles/n3w6.py
+++ b/weatbag/tiles/n3w6.py
@@ -1,7 +1,7 @@
class Tile:
def describe(self):
- print("\n")
+ print("Rocks. Big rocks. Slipery rocks all over!\n")
def action(self, player, do):
print("Sorry, I don't understand.\n")