diff --git a/docs/source/Coding/Changelog.md b/docs/source/Coding/Changelog.md index 3741ff6230..46cec18d31 100644 --- a/docs/source/Coding/Changelog.md +++ b/docs/source/Coding/Changelog.md @@ -25,6 +25,8 @@ `at_post_create_character` methods to allow better customization of character creation (Volund) - [Feature][pull3319]: Refactor/cleanup of Evennia server/portal startup files into services for easier overriding (Volund) +- [Feature][issue3307]: Add support for Attribute-categories when using the monitorhandler + with input funcs to monitor Attribute changes. - [Fix][pull3197]: Make sure Global scripts only start in one place, - [Fix][pull3324]: Make account-post-login-fail signal fire properly. Add `CUSTOM_SIGNAL` for adding one's own signals (Volund) @@ -60,6 +62,7 @@ [pull3338]: https://github.com/evennia/evennia/pull/3338 [issue3272]: https://github.com/evennia/evennia/issues/3272 [issue3273]: https://github.com/evennia/evennia/issues/3273 +[issue3308]: https://github.com/evennia/evennia/issues/3307 ## Evennia 2.3.0 diff --git a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Making-A-Sittable-Object.md b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Making-A-Sittable-Object.md index ebd33bad88..a9a1841015 100644 --- a/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Making-A-Sittable-Object.md +++ b/docs/source/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Making-A-Sittable-Object.md @@ -237,13 +237,13 @@ This way to implement `sit` and `stand` puts new cmdsets on the Sittable itself. As we've learned before, commands on objects are made available to others in the room. This makes the command easy but instead adds some complexity in the management of the CmdSet. -This is how it could look if `armchair` is in the room (if you overrode the sit message): +This is how it could look if `armchair` is in the room (Extra credits: Change the sit message on the armchair to match this output instead of getting the default `You sit in armchair`!): > sit As you sit down in armchair, life feels easier. -What happens if there are sittables `sofa` and `barstool` also in the room? Evennia will automatically -handle this for us and allow us to specify which one we want: +What happens if there are sittables `sofa` and `barstool` also in the room? Evennia will +automatically handle this for us and allow us to specify which one we want: > sit More than one match for 'sit' (please narrow target):