Added big slot cards to build tab, improved build tab

This commit is contained in:
Stefan Zermatten
2022-06-07 21:43:35 +02:00
parent a04935c5b4
commit 385ac17812
13 changed files with 228 additions and 248 deletions

View File

@@ -44,8 +44,8 @@ const restCreature = new ValidatedMethod({
let filter = {
'ancestors.id': creatureId,
reset: resetFilter,
removed: {$ne: true},
inactive: {$ne: true},
removed: { $ne: true },
inactive: { $ne: true },
};
// update all attribute's damage
filter.type = 'attribute';