mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix || usage in help entries. Resolve #3085
This commit is contained in:
parent
30707a6b56
commit
bb9dc516b9
5 changed files with 18 additions and 16 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
## Main branch (git)
|
||||
|
||||
- Bug fix: || (escaped color tags) were parsed too early in help entries,
|
||||
leading to colors when wanting a | separator
|
||||
- Bug fix: Make sure spawned objects get `typeclass_path` pointing to the true
|
||||
location rather than alias (in line with `create_object`).
|
||||
- Bug fix: Building Menu contrib menu no using Replace over Union mergetype to
|
||||
avoid clashing with in-game commands while building
|
||||
- Feature: RPSystem contrib `sdesc` command can now view/delete your sdesc.
|
||||
- Bug fix: Change so `script obj = [scriptname|id]` is required to manipulate scripts
|
||||
on objects; `script scriptname|id` only works on global scripts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue