mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
f9d23985d8
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue