Add Traits.traithandler back reference so custom Traits can find and read values of other traits on the handler. See #2801

This commit is contained in:
Griatch 2024-07-13 19:36:15 +02:00
parent d769a90b62
commit 7a7479955f
3 changed files with 30 additions and 15 deletions

View file

@ -6,6 +6,8 @@
bugs etc in-game (InspectorCaracal)
- [Feat][pull3586]: Add ANSI color support `|U`, `|I`, `|i`, `|s`, `|S` for
underline reset, italic/reset and strikethrough/reset (0xDEADFED5)
- Feat: Add `Trait.traithandler` back-reference so custom Traits from the Traits
contrib can find and reference other Traits. (Griatch)
- [Fix][pull3571]: Better visual display of partial multimatch search results
(InspectorCaracal)
- [Fix][pull3550]: Issue where rpsystem contrib search would do a global instead