Added functions and ensured the context was being passed around correctly
This commit is contained in:
@@ -17,7 +17,6 @@ export default class RollArrayNode extends ParseNode {
|
||||
return new ConstantNode({
|
||||
value: total,
|
||||
type: 'number',
|
||||
previousNodes: [this],
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user