remove obsolete newline

This commit is contained in:
Cal 2023-12-22 12:46:29 -07:00
parent 4628d86056
commit 7fa0bff98a
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ playable character list loop.
# contrib code starts here # contrib code starts here
if char.db.chargen_step: if char.db.chargen_step:
# currently in-progress character; don't display placeholder names # 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 continue
# the rest of your code continues here # the rest of your code continues here
``` ```

View file

@ -179,7 +179,7 @@ class ContribChargenAccount(DefaultAccount):
) )
elif char.db.chargen_step: elif char.db.chargen_step:
# currently in-progress character; don't display placeholder names # currently in-progress character; don't display placeholder names
char_strings.append("\n - |Yin progress|n (|wcharcreate|n to continue)") char_strings.append(" - |Yin progress|n (|wcharcreate|n to continue)")
continue continue
else: else:
# character is "free to puppet" # character is "free to puppet"