Added the _superuser_character flag to the superuser character upon creation.

This commit is contained in:
Griatch 2013-03-11 22:03:08 +01:00
parent 7581d65cb3
commit de076d4af4

View file

@ -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