Fixed checks not applying rolled effects
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user