checked new code works for create-character

This commit is contained in:
Ben Cook
2018-12-23 03:22:47 -05:00
parent 6c4589d03f
commit a83c49146c
25 changed files with 264 additions and 195 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class Background():
features = ()
languages = ()
def __init__(self, owner):
def __init__(self, owner=None):
self.owner = owner
cls = type(self)
self.features = tuple([f(owner=self.owner) for f in cls.features])