Update initial_setup.py

Change superuser character permissions per #2850
This commit is contained in:
homeofpoe 2022-10-27 11:06:38 -07:00 committed by GitHub
parent 8b3f9a0bef
commit e244a7f143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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