mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix unit tests. Make TagCategoryProperty return tags set by other means.
This commit is contained in:
parent
615b98c171
commit
f78d4abcdd
8 changed files with 399 additions and 147 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
- New Contrib: `Container` typeclass with new commands for storing and retrieving
|
||||
things inside them (InspectorCaracal)
|
||||
- Updated Contrib: `ExtendedRoom` now supports arbitrary room-states,
|
||||
state-based descriptions, embedded funcparser tags, details and random messages.
|
||||
- Feature: Add `TagCategoryProperty` for setting categories with multiple tags
|
||||
as properties directly on objects. Complements `TagProperty`.
|
||||
- Feature: Attribute-support for saving/loading `deques` with `maxlen=` set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue