Fixed checks not applying rolled effects

This commit is contained in:
ThaumRystra
2023-11-12 21:11:04 +02:00
parent 2e3e6e22b6
commit 800ef3328c
9 changed files with 52 additions and 10 deletions

View File

@@ -272,6 +272,7 @@ function linkPointBuy(dependencyGraph, prop) {
type: 'pointBuyRow',
tableName: prop.name,
tableId: prop._id,
rowIndex: index,
}
dependencyGraph.addNode(pointBuyRow._id, pointBuyRow);
linkVariableName(dependencyGraph, pointBuyRow);