Settling on a data structure to balance compatibility
with not being wrong
This commit is contained in:
@@ -13,8 +13,8 @@ export default function linkCalculationDependencies(dependencyGraph, prop, { pro
|
||||
// Skip empty calculations that aren't targeted by anything
|
||||
if (
|
||||
!calcObj.calculation
|
||||
&& !calcObj.effects
|
||||
&& !calcObj.proficiencies
|
||||
&& !calcObj.effectIds
|
||||
&& !calcObj.proficiencyIds
|
||||
) return;
|
||||
|
||||
dependencyGraph.addNode(calcNodeId, calcObj);
|
||||
|
||||
Reference in New Issue
Block a user