From 1347f437e66a18a340abc3bfe487cd42b5f7f9c8 Mon Sep 17 00:00:00 2001 From: Julian Irwin Date: Sat, 26 Jan 2013 13:37:41 -0500 Subject: Finished s3 encounter w/ short man --- 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 c12ac9b..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 - the path is overgrown but continues on..") + 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