Evennia 3.1.0 minor release

This commit is contained in:
Griatch 2024-01-08 21:03:23 +01:00
parent f49391d851
commit 0dbcadcedb
5 changed files with 40 additions and 4 deletions

View file

@ -112,7 +112,7 @@ playable character list loop.
# contrib code starts here
if char.db.chargen_step:
# currently in-progress character; don't display placeholder names
result.append("\n - |Yin progress|n (|wcharcreate|n to continue)")
result.append(" - |Yin progress|n (|wcharcreate|n to continue)")
continue
# the rest of your code continues here
```