Expand RPSystem to respect case of references. Resolves #1620.
This commit is contained in:
parent
ff2733fd93
commit
cb5830bbc5
3 changed files with 139 additions and 30 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue