summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/s1.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-01-28 05:20:22 -0800
committerThomas Kluyver <takowl@gmail.com>2013-01-28 05:20:22 -0800
commit26abad862afefb0e6c598719545572e187fa9033 (patch)
treeecb3abeb12e3f33e7b30d41a5b4d0cb64c86f7dc /weatbag/tiles/s1.py
parentf19f86792b33beaf2e1e12989a85557ae7fbc29c (diff)
parentfb2bfc0966aac9833a37e44564a35a3c7631dc6f (diff)
Merge pull request #10 from gradi3nt/southern-tiles-1
Southern tiles 1
Diffstat (limited to 'weatbag/tiles/s1.py')
-rw-r--r--weatbag/tiles/s1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/s1.py b/weatbag/tiles/s1.py
index efdc041..4e50936 100644
--- a/weatbag/tiles/s1.py
+++ b/weatbag/tiles/s1.py
@@ -1,6 +1,6 @@
class Tile:
def describe(self):
- print("You push through the undergrowth - there's hardly a path here at all.")
+ print("You push through the undergrowth - the path is overgrown but continues on...")
def action(self, player, do):
# Nothing to do here yet.