mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
Merge branch 'develop' of github.com:Tegiminis/evennia into develop
This commit is contained in:
commit
0503fa9b0b
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ def buffs(self) -> BuffHandler:
|
|||
return BuffHandler(self)
|
||||
```
|
||||
|
||||
You may then call the handler to add or manipulate buffs like so: `object.buffs. See **Using the Handler**.
|
||||
You may then call the handler to add or manipulate buffs like so: `object.buffs`. See **Using the Handler**.
|
||||
|
||||
### Customization
|
||||
|
||||
|
|
@ -362,4 +362,4 @@ and unpause when the object the handler is attached to is puppetted or unpuppett
|
|||
although if you have less than 1 second of tick duration remaining, it will round up to 1s.
|
||||
|
||||
> **Note**: If you want more control over this process, you can comment out the signal subscriptions on the handler and move the autopause logic
|
||||
> to your object's `at_pre/post_puppet/unpuppet` hooks.
|
||||
> to your object's `at_pre/post_puppet/unpuppet` hooks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue