mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Further doc cleanup
This commit is contained in:
parent
f1b970d45a
commit
d00ed3f82a
6 changed files with 9 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Contribution by owllex, 2021
|
||||
|
||||
Cooldowns are used modelling rate-limited actions, like how often a
|
||||
Cooldowns are used to model rate-limited actions, like how often a
|
||||
character can perform a given action; until a certain time has passed their
|
||||
command can not be used again. This contrib provides a simple cooldown
|
||||
handler that can be attached to any typeclass. A cooldown is a lightweight persistent
|
||||
|
|
@ -30,7 +30,7 @@ customize this if desired by passing a different value for the `db_attribute`
|
|||
parameter.
|
||||
|
||||
```python
|
||||
from evennia.game_systems.contrib.cooldowns import Cooldownhandler
|
||||
from evennia.contrib.game_systems.cooldowns import Cooldownhandler
|
||||
from evennia.utils.utils import lazy_property
|
||||
|
||||
@lazy_property
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ look of these clothes are appended to the character's description when worn.
|
|||
|
||||
_Contribution by owllex, 2021_
|
||||
|
||||
Cooldowns are used modelling rate-limited actions, like how often a
|
||||
Cooldowns are used to model rate-limited actions, like how often a
|
||||
character can perform a given action; until a certain time has passed their
|
||||
command can not be used again. This contrib provides a simple cooldown
|
||||
handler that can be attached to any typeclass. A cooldown is a lightweight persistent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue