summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/s3.py
diff options
context:
space:
mode:
authorJulian Irwin <julian.irwin@gmail.com>2013-01-09 00:08:31 -0600
committerJulian Irwin <julian.irwin@gmail.com>2013-01-09 00:08:31 -0600
commit31ee9408bd3f8510ded20755f5a56cd6404aea73 (patch)
treef7ed4a2c664ce2ea3646bf72c328ec3adac36de3 /weatbag/tiles/s3.py
parent0e7d8f5218800643115b6d127356949f4574a0e0 (diff)
Fleshed out s2
Diffstat (limited to 'weatbag/tiles/s3.py')
-rw-r--r--weatbag/tiles/s3.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/weatbag/tiles/s3.py b/weatbag/tiles/s3.py
new file mode 100644
index 0000000..1f377f1
--- /dev/null
+++ b/weatbag/tiles/s3.py
@@ -0,0 +1,10 @@
+from weatbag import words
+
+class Tile:
+ def describe(self):
+ print( "The foliage along the path begins to thin and you "
+ "notice that you are now climbing a gentle slope.")
+
+ def action(self, player, do):
+ # Nothing to do here yet.
+ print("Sorry, I don't understand")