summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-14 01:56:58 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-14 01:56:58 +0300
commit76ef495a683c6dd2fa625c1f8e7966215f129bc5 (patch)
treeed3a3fb4f0492ce4acf81a23f5a8799c3ec162c1 /weatbag
parentb9065cb31a2a1e39e0263b3c5d8d4b22f20c1d36 (diff)
changed description for leave W/S/N function
Diffstat (limited to 'weatbag')
-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