mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 21:23:31 +02:00
fully tested new multiclass create-characters, with features for races and backgrounds
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user