From 72266ec00d17c0998e2ae66748131e4e29790527 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Mon, 29 Apr 2013 01:01:33 +0300 Subject: removed leave restriction for e on n2w1 --- weatbag/tiles/n2w1.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'weatbag/tiles') 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 -- cgit v1.3