mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Evennia 3.1.0 minor release
This commit is contained in:
parent
f49391d851
commit
0dbcadcedb
5 changed files with 40 additions and 4 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue