Refactored the typeclass base, moved Attributes/Tags into separate modules and the django-proxy patch to its on module too. Lots of other cleanups.
This commit is contained in:
parent
24764743ff
commit
302f5bdd81
11 changed files with 1018 additions and 984 deletions
|
|
@ -78,7 +78,6 @@ def create_objects():
|
|||
|
||||
god_character.save()
|
||||
god_player.attributes.add("_first_login", True)
|
||||
print god_character
|
||||
god_player.attributes.add("_last_puppet", god_character)
|
||||
god_player.db._playable_characters.append(god_character)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue