Add PROTOTYPE_LIST support when loading module-prototypes

This commit is contained in:
Griatch 2021-05-11 19:41:28 +02:00
parent c9d40e7c81
commit e450b4364c
2 changed files with 26 additions and 4 deletions

View file

@ -49,6 +49,8 @@
to the user and respond to their input. This complements the existing `get_input` helper.
- Allow sending messages with `page/tell` without a `=` if target name contains no spaces.
- New FileHelpStorage system allows adding help entries via external files.
- In modules given by `settings.PROTOTYPE_MODULES`, spawner will now first look for a global
list `PROTOTYPE_LIST` of dicts before loading all dicts in the module as prototypes.
### Evennia 0.9.5 (2019-2020)