Stopped inactive effects showing up in attributes

This commit is contained in:
Stefan Zermatten
2021-02-11 13:38:34 +02:00
parent 20aaab4dea
commit 3af5e820ca

View File

@@ -96,6 +96,7 @@
'ancestors.id': creatureId,
'stats': this.model.variableName,
removed: {$ne: true},
inactive: {$ne: true},
});
} else {
return [];