fully tested new multiclass create-characters, with features for races and backgrounds

This commit is contained in:
Ben Cook
2018-12-20 22:09:46 -05:00
parent 371fb327d3
commit aa84911efd
16 changed files with 804 additions and 82 deletions
+3
View File
@@ -47,6 +47,9 @@ class Spell():
def __eq__(self, other):
return (self.name == other.name) and (self.level == other.level)
def __hash__(self):
return 0
@property
def component_string(self):