mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
Added the _superuser_character flag to the superuser character upon creation.
This commit is contained in:
parent
7581d65cb3
commit
de076d4af4
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ def create_objects():
|
|||
god_character.locks.add("examine:perm(Immortals);edit:false();delete:false();boot:false();msg:all();puppet:false()")
|
||||
|
||||
god_character.save()
|
||||
god_character.set_attribute("_superuser_character", True)
|
||||
|
||||
# Limbo is the default "nowhere" starting room
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue