Fixed error where dependency loops including classLevels break the sheet
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user