diff --git a/evennia/typeclasses/models.py b/evennia/typeclasses/models.py index b37c662ee8..8554037529 100644 --- a/evennia/typeclasses/models.py +++ b/evennia/typeclasses/models.py @@ -175,6 +175,7 @@ class TypedObject(SharedMemoryModel): This is the main function of the typeclass system - to dynamically re-apply a class based on the db_typeclass_path rather than use the one in the model. + """ typeclass_path = kwargs.pop("typeclass", None) super(TypedObject, self).__init__(*args, **kwargs)