diff options
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 |
