mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
Prep for shopkeepers
This commit is contained in:
parent
d22b11c723
commit
d97106948b
5 changed files with 157 additions and 12 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue