The reworked tutorial world builds now without error; need to play-test it.

This commit is contained in:
Griatch 2015-02-21 20:55:34 +01:00
parent c63ae1742f
commit 6f4cbbc1be
4 changed files with 42 additions and 30 deletions

View file

@ -524,7 +524,7 @@ def has_player(accessing_obj, accessed_obj, *args, **kwargs):
This is a useful lock for traverse-locking Exits to restrain NPC
mobiles from moving outside their areas.
"""
return hasattr(accessing_obj, "has_player") and accessing_obj.has_player
return hasattr(accessing_obj, "has_player") and accessing_obj.has_player()
def serversetting(accessing_obj, accessed_obj, *args, **kwargs):
"""