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)
|
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
|
### Customization
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue