Removed deprecated Attribute methods from evennia distro. Removed MUX help files.
This commit is contained in:
parent
9620867031
commit
8bd431b385
13 changed files with 47 additions and 65 deletions
|
|
@ -255,7 +255,7 @@ class Player(TypeClass):
|
|||
"""
|
||||
# set an (empty) attribute holding the characters this player has
|
||||
lockstring = "attrread:perm(Admins);attredit:perm(Admins);attrcreate:perm(Admins)"
|
||||
self.set_attribute("_playable_characters", [], lockstring=lockstring)
|
||||
self.attributes.add("_playable_characters", [], lockstring=lockstring)
|
||||
|
||||
def at_init(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue