Fixed skills not showing their base value in the effects list

This commit is contained in:
Stefan Zermatten
2021-07-12 14:15:17 +02:00
parent 0d21ab758e
commit 8804c80a56

View File

@@ -139,7 +139,7 @@ export default {
let creatureId = this.context.creatureId;
return CreatureProperties.find({
'ancestors.id': creatureId,
type: 'attribute',
type: 'skill',
variableName: this.model.variableName,
removed: {$ne: true},
inactive: {$ne: true},