mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-13 16:13:32 +02:00
checked new code works for create-character
This commit is contained in:
@@ -32,7 +32,7 @@ class Feature():
|
||||
spells_prepared = ()
|
||||
needs_implementation = False # Set to True if need to find way to compute stats
|
||||
|
||||
def __init__(self, owner):
|
||||
def __init__(self, owner=None):
|
||||
self.owner = owner
|
||||
|
||||
def __eq__(self, other):
|
||||
|
||||
Reference in New Issue
Block a user