Add teleport: and teleport_here: default locks to in-game entities. Resolve #3029

This commit is contained in:
Griatch 2023-02-25 19:58:12 +01:00
parent 2ad58051bb
commit a6df975624
5 changed files with 99 additions and 27 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## Main
- Bug fix: Evtable options showed spurious empty lines if set without desc
- Usage fix: The `teleport:` and `teleport_here:` locks where checked in
`CmdTeleport`, but not actually set on any entities. These locks are now
set with defaults on all objects,characters,rooms and exits.
## Evennia 1.2.0
- Bug fix: `TagHandler.get` did not consistently cast to string (aMiss-aWry)