diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 18:32:04 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 18:32:04 +0300 |
| commit | 099cdeeb74281812480651b934cdf98f093f202d (patch) | |
| tree | a258fa89dd60326ec27e7edfcaad76de6517d086 /weatbag | |
| parent | bdddf30638b3878c94c8ed877ba67ca828f0aa65 (diff) | |
removed leave south restriction
Diffstat (limited to 'weatbag')
| -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 |
