Changes to noun-handling and retain ellipsis in rplanguage contrib

This commit is contained in:
Griatch 2020-12-05 11:24:10 +01:00
parent 99cd66e99c
commit 806b020da4
2 changed files with 72 additions and 35 deletions

View file

@ -25,6 +25,8 @@
- Renamed Tutorial classes "Weapon" and "WeaponRack" to "TutorialWeapon" and
"TutorialWeaponRack" to prevent collisions with classes in mygame
- New `crafting` contrib, adding a full crafting subsystem (Griatch 2020)
- The `rplanguage` contrib now auto-capitalizes sentences and retains ellipsis (...). This
change means that proper nouns at the start of sentences will not be treated as nouns.
### Evennia 0.9.5 (2019-2020)