Fixed error where dependency loops including classLevels break the sheet

This commit is contained in:
Stefan Zermatten
2022-02-26 13:06:00 +02:00
parent 59c69a46a8
commit 7ee4a22d77
9 changed files with 57 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ export default class CreatureComputation {
this.scope = {};
this.props = properties;
this.dependencyGraph = createGraph();
this.errors = [];
// Store properties for easy access later
properties.forEach(prop => {