Make RPSystem CmdRecog list recogs if given no args. Resolve #2059.

This commit is contained in:
Griatch 2020-02-29 14:00:04 +01:00
parent 25a0de12d7
commit 0aa38eddab
3 changed files with 102 additions and 12 deletions

View file

@ -50,6 +50,8 @@ without arguments starts a full interactive Python console.
and `SERVER_LOG_MAX_SIZE` (and equivalent for PORTAL) to control log rotation.
- Addded `inside_rec` lockfunc - if room is locked, the normal `inside()` lockfunc will
fail e.g. for your inventory objs (since their loc is you), whereas this will pass.
- RPSystem contrib's CmdRecog will now list all recogs if no arg is given. Also multiple
bugfixes.
## Evennia 0.9 (2018-2019)