duysqubix / scrolls

elder scrolls mud based on UESRPG3e
3 stars 2 forks source link

Add new attributes to character without running at_object_creation() #21

Closed duysqubix closed 3 years ago

duysqubix commented 3 years ago

New attributes can come and go, not evennia Attributes,

but instead character.db.attrs.

Unfortuantly as it stands, to add new attributes and for existing players to see new attributes, it would require one to run the at_object_creation() method, which overwrites and wipes player information. This feature needs the ability to retain old information while adding new attributes.