Add inside_rec lockfunc. Resolves #1618

This commit is contained in:
Griatch 2020-02-17 01:11:31 +01:00
parent d0035b83fb
commit 27babf4469
4 changed files with 45 additions and 3 deletions

View file

@ -48,6 +48,8 @@ without arguments starts a full interactive Python console.
`.get_command_info()` method for easier overloading and access. (Volund)
- Removed unused `CYCLE_LOGFILES` setting. Added `SERVER_LOG_DAY_ROTATION`
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.
## Evennia 0.9 (2018-2019)