Rename all instances of Player->Account.

This commit is contained in:
Griatch 2017-07-07 23:47:21 +02:00
parent a14e11640b
commit 5590ee2258
94 changed files with 1316 additions and 2327 deletions

View file

@ -277,7 +277,7 @@ class CmdExtendedLook(default_cmds.CmdLook):
look
look <obj>
look <room detail>
look *<player>
look *<account>
Observes your location, details at your location or objects in your vicinity.
"""
@ -315,7 +315,7 @@ class CmdExtendedLook(default_cmds.CmdLook):
return
if not hasattr(looking_at_obj, 'return_appearance'):
# this is likely due to us having a player instead
# this is likely due to us having an account instead
looking_at_obj = looking_at_obj.character
if not looking_at_obj.access(caller, "view"):
caller.msg("Could not find '%s'." % args)