From 31ee9408bd3f8510ded20755f5a56cd6404aea73 Mon Sep 17 00:00:00 2001 From: Julian Irwin Date: Wed, 9 Jan 2013 00:08:31 -0600 Subject: Fleshed out s2 --- weatbag/tiles/s3.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 weatbag/tiles/s3.py (limited to 'weatbag/tiles/s3.py') 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") -- cgit v1.3