Began migrating the rest of the codebase to the new computation engine

This commit is contained in:
Stefan Zermatten
2021-09-27 15:39:18 +02:00
parent fdea748441
commit 111040e789
20 changed files with 163 additions and 93 deletions

View File

@@ -45,7 +45,7 @@ function getProperties(creatureId){
'removed': {$ne: true},
}, {
sort: {order: 1}
});
}).fetch();
}
export function buildComputationFromProps(properties){