mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 11:26:10 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
f9d23985d8
@ -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…
x
Reference in New Issue
Block a user