Add set_dt/stage to on-demandhandler. Fix issue with loading
This commit is contained in:
parent
cc8584f839
commit
8dde1fbe38
3 changed files with 154 additions and 3 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## Evennia Main branch
|
||||
|
||||
- Feature: Add `ON_DEMAND_HANDLER.set_dt(key, category, dt)` and
|
||||
`.set_stage(key, category, stage)` to allow manual tweaking of task timings,
|
||||
for example for a spell speeding a plant's growth. (Griatch)
|
||||
- Fix: Resolve a bug when loading on-demand-handler data from database.
|
||||
|
||||
## Evennia 3.2.0
|
||||
|
||||
Feb 25, 2024
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue