Add Ersatz Scrivener to new lexicons

This commit is contained in:
Tim Van Baak 2020-01-20 22:51:01 -08:00
parent 563865f7ea
commit 1e66e0dc73
1 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,13 @@ def create_lexicon(name, editor):
# Add the editor
add_player(l, editor)
# Add the fallback character
add_character(l, editor, {
"cid": "default",
"name": "Ersatz Scrivener",
"player": None,
})
return l