Tutorial_world: forgot to lock antechamber against mob entering.

This commit is contained in:
Griatch 2011-06-27 07:35:14 +00:00
parent b2b743b0aa
commit a0d391900c

View file

@ -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
#