Merge branch 'main' into evadventure_work

This commit is contained in:
Griatch 2023-04-20 18:46:53 +02:00
commit ea58f3e1a6
8 changed files with 168 additions and 153 deletions

View file

@ -293,7 +293,7 @@ the `Character` class in `mygame/typeclasses/characters.py`).
There are thus two ways to weave your new Character class into Evennia:
1. Change `mygame/server/conf/settings.py` and add `BASE_CHARACTER_CLASS = "evadventure.characters.EvAdventureCharacter"`.
1. Change `mygame/server/conf/settings.py` and add `BASE_CHARACTER_TYPECLASS = "evadventure.characters.EvAdventureCharacter"`.
2. Or, change `typeclasses.characters.Character` to inherit from `EvAdventureCharacter`.
You must always reload the server for changes like this to take effect.