Add Ersatz Scrivener to new lexicons
This commit is contained in:
parent
563865f7ea
commit
1e66e0dc73
|
@ -61,6 +61,13 @@ def create_lexicon(name, editor):
|
||||||
# Add the editor
|
# Add the editor
|
||||||
add_player(l, editor)
|
add_player(l, editor)
|
||||||
|
|
||||||
|
# Add the fallback character
|
||||||
|
add_character(l, editor, {
|
||||||
|
"cid": "default",
|
||||||
|
"name": "Ersatz Scrivener",
|
||||||
|
"player": None,
|
||||||
|
})
|
||||||
|
|
||||||
return l
|
return l
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue