From 099cdeeb74281812480651b934cdf98f093f202d Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 7 May 2013 18:32:04 +0300 Subject: removed leave south restriction --- weatbag/tiles/n2w2.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'weatbag/tiles/n2w2.py') diff --git a/weatbag/tiles/n2w2.py b/weatbag/tiles/n2w2.py index 010ff0e..390ef19 100644 --- a/weatbag/tiles/n2w2.py +++ b/weatbag/tiles/n2w2.py @@ -28,8 +28,5 @@ class Tile: print("You can't go back by swimming, that part is full of " "electric eels.\n") return False - elif direction == "s": - print("I'm afraid I can't let you go there Dave.\n") - return False else: return True -- cgit v1.3