From 3276c1c553e80780e2cd88032b61b923517dc115 Mon Sep 17 00:00:00 2001 From: Ben Friedland Date: Mon, 7 Jan 2013 06:58:47 -0800 Subject: leave method returns True if they manage to flee --- weatbag/tiles/n3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/weatbag/tiles/n3.py b/weatbag/tiles/n3.py index a290372..992d7f2 100644 --- a/weatbag/tiles/n3.py +++ b/weatbag/tiles/n3.py @@ -49,6 +49,7 @@ class Tile: return False else: print("You manage to flee!") + return True if direction=='s': return True -- cgit v1.3