diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-08 19:59:22 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-08 19:59:22 +0300 |
| commit | 3ec7516e090112a5c55e7c7622722a5b702feaa1 (patch) | |
| tree | 6094b22936b81c82581a3431f2bda512b705fca0 | |
| parent | 68dfb3efd7fbb6bca5e1f437c9e5ce85b1826474 (diff) | |
added description (n3w6)
| -rw-r--r-- | weatbag/tiles/n3w6.py | 2 |
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") |
