summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weatbag/tiles/n2w1.py4
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