Some further adjustment to check. Cannot reproduce the particular issue reported in #789, which seems to mean the player.at_player_creation is not called in some situation.
This commit is contained in:
parent
8647bf2367
commit
8f985e9fef
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ def create_objects():
|
||||||
try:
|
try:
|
||||||
god_player.db._playable_characters.append(god_character)
|
god_player.db._playable_characters.append(god_character)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
god_player.db_playable_characters = [god_character]
|
||||||
|
|
||||||
room_typeclass = settings.BASE_ROOM_TYPECLASS
|
room_typeclass = settings.BASE_ROOM_TYPECLASS
|
||||||
limbo_obj = create.create_object(room_typeclass, _('Limbo'), nohome=True)
|
limbo_obj = create.create_object(room_typeclass, _('Limbo'), nohome=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue