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 d1fc7b3cfd
commit 452ce59bb8

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)