Cleanup, marking test versioning

This commit is contained in:
Griatch 2020-06-12 21:30:49 +02:00
parent 607db6206a
commit 43614e4528
7 changed files with 50 additions and 11 deletions

View file

@ -175,7 +175,7 @@ All *global callables* in your added module will be considered a new protfunc. T
The default protfuncs available out of the box are defined in `evennia/prototypes/profuncs.py`. To override the ones available, just add the same-named function in your own protfunc module.
| Protfunc | Description |
|----------|-------------|
| `$random()` | Returns random value in range [0, 1) |
| `$randint(start, end)` | Returns random value in range [start, end] |
| `$left_justify(<text>)` | Left-justify text |