diff --git a/evennia/typeclasses/attributes.py b/evennia/typeclasses/attributes.py index bc6b61dccf..16779ba4a8 100644 --- a/evennia/typeclasses/attributes.py +++ b/evennia/typeclasses/attributes.py @@ -186,7 +186,7 @@ class Attribute(SharedMemoryModel): def __repr__(self): return "%s(%s)" % (self.db_key, self.id) - def access(self, accessing_obj, access_type="read", default=False, **kwargs): + def access(self, accessing_obj, access_type="attrread", default=False, **kwargs): """ Determines if another object has permission to access.