summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorBen Friedland <ben174@gmail.com>2013-01-07 06:58:47 -0800
committerBen Friedland <ben174@gmail.com>2013-01-07 06:58:47 -0800
commit3276c1c553e80780e2cd88032b61b923517dc115 (patch)
tree090c6bd18c96ac2d0e0a82756cde9b5d1942f87b /weatbag
parenta537a2b9c2ac6f9816368c4284d9b8073e94a8ea (diff)
leave method returns True if they manage to flee
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n3.py1
1 files changed, 1 insertions, 0 deletions
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