Characters now recompute on subscribe if they haven't been computed in the current version
This commit is contained in:
@@ -34,6 +34,7 @@ function computeAction(prop, memo){
|
||||
if (prop.usesUsed >= prop.usesResult){
|
||||
prop.insufficientResources = true;
|
||||
}
|
||||
if (!prop.resources) return;
|
||||
// Attributes consumed
|
||||
prop.resources.attributesConsumed.forEach((attConsumed, i) => {
|
||||
if (attConsumed.variableName){
|
||||
|
||||
Reference in New Issue
Block a user