Make Player #1's Character have Player perm to make quell work more intuitively.

This commit is contained in:
Griatch 2020-04-11 23:31:31 +02:00
parent 8d3253b966
commit 86805ef306

View file

@ -95,7 +95,8 @@ def create_objects():
god_character.locks.add(
"examine:perm(Developer);edit:false();delete:false();boot:false();msg:all();puppet:false()"
)
god_character.permissions.add("Developer")
# we set this low so that quelling is more useful
god_character.permissions.add("Player")
god_account.attributes.add("_first_login", True)
god_account.attributes.add("_last_puppet", god_character)