diff options
| -rw-r--r-- | weatbag/tiles/n2w2.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
