diff options
| author | Ben Friedland <ben174@gmail.com> | 2013-01-07 06:58:47 -0800 |
|---|---|---|
| committer | Ben Friedland <ben174@gmail.com> | 2013-01-07 06:58:47 -0800 |
| commit | 3276c1c553e80780e2cd88032b61b923517dc115 (patch) | |
| tree | 090c6bd18c96ac2d0e0a82756cde9b5d1942f87b /weatbag | |
| parent | a537a2b9c2ac6f9816368c4284d9b8073e94a8ea (diff) | |
leave method returns True if they manage to flee
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n3.py | 1 |
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 |
