Prep for shopkeepers

This commit is contained in:
Griatch 2022-08-02 11:48:06 +02:00
parent d22b11c723
commit d97106948b
5 changed files with 157 additions and 12 deletions

View file

@ -2419,8 +2419,8 @@ class DefaultCharacter(DefaultObject):
All other kwargs will be passed into the create_object call.
Returns:
character (Object): A newly created Character of the given typeclass.
errors (list): A list of errors in string form, if any.
tuple: `(new_character, errors)`. On error, the `new_character` is `None` and
`errors` is a `list` of error strings (an empty list otherwise).
"""
errors = []