diff --git a/evennia/typeclasses/attributes.py b/evennia/typeclasses/attributes.py index 2e801b5bce..b8c68bb7ac 100644 --- a/evennia/typeclasses/attributes.py +++ b/evennia/typeclasses/attributes.py @@ -264,6 +264,7 @@ class AttributeProperty: Args: value (any): The value about to the stored in this Attribute. + obj (object): Object the attribute is attached to Returns: any: The value to store. @@ -281,6 +282,7 @@ class AttributeProperty: Args: value (any): Value returned from the Attribute. + obj (object): Object the attribute is attached to Returns: any: The value to return to the caller.