summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-08 19:59:22 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-08 19:59:22 +0300
commit3ec7516e090112a5c55e7c7622722a5b702feaa1 (patch)
tree6094b22936b81c82581a3431f2bda512b705fca0
parent68dfb3efd7fbb6bca5e1f437c9e5ce85b1826474 (diff)
added description (n3w6)
-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")