Expand RPSystem to respect case of references. Resolves #1620.

This commit is contained in:
Griatch 2021-09-08 23:41:33 +02:00
parent ff2733fd93
commit cb5830bbc5
3 changed files with 139 additions and 30 deletions

View file

@ -86,6 +86,8 @@ Up requirements to Django 3.2+
but `Cmd_nAmE` -> `Cmd.nAmE`). This helps e.g Mudlet's legacy `Client_GUI` implementation)
- Prototypes now allow setting `prototype_parent` directly to a prototype-dict.
This makes it easier when dynamically building in-module prototypes.
- RPSystem contrib was expanded to support case, so /tall becomes 'tall man'
while /Tall becomes 'Tall man'. One can turn this off if wanting the old style.
### Evennia 0.9.5 (2019-2020)