Adding an already instantiated Script to ScriptHandler.add didn't add it to the handler's object.

This commit is contained in:
Griatch 2024-08-11 17:20:58 +02:00
parent 05b429d548
commit bb751ad2ff
3 changed files with 28 additions and 9 deletions

View file

@ -7,6 +7,8 @@
Attribute values (Griatch)
[Fix][issue3519]: `GLOBAL_SCRIPTS` container didn't list global scripts not
defined explicitly to be restarted/recrated in settings.py (Griatch)
Fix: Passing an already instantiated Script to `obj.scripts.add` (`ScriptHandler.add`)
did not add it to the handler's object (Griatch)
[Docs][issue3591]: Fix of NPC reaction tutorial code (Griatch)
[issue3591]: https://github.com/evennia/evennia/issues/3591