From a0d391900cb23cad9572382b8cca81f2194867c8 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 27 Jun 2011 07:35:14 +0000 Subject: [PATCH] Tutorial_world: forgot to lock antechamber against mob entering. --- contrib/tutorial_world/build.ev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tutorial_world/build.ev b/contrib/tutorial_world/build.ev index 491ff4c83..391ce6b77 100644 --- a/contrib/tutorial_world/build.ev +++ b/contrib/tutorial_world/build.ev @@ -784,7 +784,7 @@ door opening shows the a wide courtyard to the west. The stairs are worn by the age-old passage of feet. # # Lock the antechamber so the ghost cannot get in there. -@lock stairs down = traverse:not is_mob +@lock stairs down = traverse:not attr(is_mob) # stairs down #