diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 00:53:58 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:18 +0300 |
| commit | 70cfe08bb857e4b4e6c37541217ef51fae48af74 (patch) | |
| tree | 65ad24b0d7d6e202aea510e775229a3231e5858b /weatbag | |
| parent | 59a26a62a0471015de68e3cadf43df52f781f7cb (diff) | |
removed leave restrictions from n2
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n2.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/weatbag/tiles/n2.py b/weatbag/tiles/n2.py index 0617c02..7ae7b81 100644 --- a/weatbag/tiles/n2.py +++ b/weatbag/tiles/n2.py @@ -18,10 +18,6 @@ class Tile: "You'll need that stalwart friend of the adventurer, " "the flaming torch.") return False - elif direction == 'w': - print("The undergrowth in that direction is impassable. " - "You turn back.") - return False else: return True |
