The reworked tutorial world builds now without error; need to play-test it.
This commit is contained in:
parent
c63ae1742f
commit
6f4cbbc1be
4 changed files with 42 additions and 30 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue