From 0e7d8f5218800643115b6d127356949f4574a0e0 Mon Sep 17 00:00:00 2001 From: Julian Irwin Date: Tue, 8 Jan 2013 21:32:24 -0600 Subject: Added s2 (basically stub). I plan to add some adventures in this direction. --- weatbag/tiles/s1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weatbag/tiles/s1.py') 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. -- cgit v1.3