diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 01:01:33 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:18 +0300 |
| commit | 72266ec00d17c0998e2ae66748131e4e29790527 (patch) | |
| tree | 2736c601441c6dddf62cc2e6147a6a83b07349bb /weatbag | |
| parent | 70cfe08bb857e4b4e6c37541217ef51fae48af74 (diff) | |
removed leave restriction for e on n2w1
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n2w1.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/weatbag/tiles/n2w1.py b/weatbag/tiles/n2w1.py index d7b6c27..9b484d9 100644 --- a/weatbag/tiles/n2w1.py +++ b/weatbag/tiles/n2w1.py @@ -67,9 +67,5 @@ class Tile: print ("You can't go there by swimming, that part is full of " "electric eels.\n") return False - elif direction == 'e': - print("The undregrowth in that direction is impassable. " - "You turn back.") - return False else: return True |
