summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weatbag/tiles/n2w5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n2w5.py b/weatbag/tiles/n2w5.py
index 12ae7d2..1c2d707 100644
--- a/weatbag/tiles/n2w5.py
+++ b/weatbag/tiles/n2w5.py
@@ -27,7 +27,7 @@ class Tile:
def leave(self, player, direction):
if direction == 'w'or direction == 's' or direction == 'n':
- print("Area 51. No trespassing beyond this point.\n")
+ print("I don't think you can pass through walls.\n")
return False
else:
return True