summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/s1.py
diff options
context:
space:
mode:
authorJulian Irwin <julian.irwin@gmail.com>2013-01-08 21:32:24 -0600
committerJulian Irwin <julian.irwin@gmail.com>2013-01-08 21:32:24 -0600
commit0e7d8f5218800643115b6d127356949f4574a0e0 (patch)
tree275de4b368603937ea85c8f137ea686a0f1c2431 /weatbag/tiles/s1.py
parent3400844980917bb3d59da322a3e33f55f81afe12 (diff)
Added s2 (basically stub). I plan to add some adventures in this direction.
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..c12ac9b 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.