mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
Cleaned up tests to use newly-renamed Account hooks for add/remove characters.
This commit is contained in:
parent
f782cd8fc8
commit
4b80b200d8
20 changed files with 774 additions and 50 deletions
|
|
@ -622,7 +622,7 @@ node_apply_character(caller, raw_string, **kwargs):
|
|||
tmp_character = kwargs["tmp_character"]
|
||||
new_character = tmp_character.apply(caller)
|
||||
|
||||
caller.account.db._playable_characters = [new_character]
|
||||
caller.account.add_character_to_playable_list(new_character)
|
||||
|
||||
text = "Character created!"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue