Fixed issue: toggled off point buys still applying

This commit is contained in:
ThaumRystra
2023-11-12 16:38:55 +02:00
parent aaec54f36a
commit b32b6db21a
7 changed files with 100 additions and 24 deletions

View File

@@ -277,7 +277,6 @@ function linkPointBuy(dependencyGraph, prop) {
linkVariableName(dependencyGraph, pointBuyRow);
dependencyGraph.addLink(pointBuyRow._id, prop._id, 'pointBuyRow');
});
if (prop.inactive) return;
}
function linkProficiencies(dependencyGraph, prop, computation) {