Fixed slots and slot fillers not calculating their conditions correctly

Also fixes slot fullness calculation
This commit is contained in:
Stefan Zermatten
2022-02-22 17:59:12 +02:00
parent 4c6d70b084
commit 8f30c1419c
6 changed files with 35 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ const linkDependenciesByType = {
effect: linkEffects,
proficiency: linkProficiencies,
roll: linkRoll,
slot: linkSlot,
propertySlot: linkSlot,
skill: linkSkill,
spell: linkAction,
spellList: linkSpellList,