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:
Griatch 2015-08-22 10:32:44 +02:00
parent 8647bf2367
commit 8f985e9fef

View file

@ -109,7 +109,7 @@ def create_objects():
try:
god_player.db._playable_characters.append(god_character)
except AttributeError:
pass
god_player.db_playable_characters = [god_character]
room_typeclass = settings.BASE_ROOM_TYPECLASS
limbo_obj = create.create_object(room_typeclass, _('Limbo'), nohome=True)