From 76ef495a683c6dd2fa625c1f8e7966215f129bc5 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 14 May 2013 01:56:58 +0300 Subject: changed description for leave W/S/N function --- weatbag/tiles/n2w5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3