From 8804c80a56be504a67e28e98a2164bd5a8e8b7a5 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Mon, 12 Jul 2021 14:15:17 +0200 Subject: [PATCH] Fixed skills not showing their base value in the effects list --- app/imports/ui/properties/viewers/SkillViewer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/imports/ui/properties/viewers/SkillViewer.vue b/app/imports/ui/properties/viewers/SkillViewer.vue index 42c6d794..5b03002f 100644 --- a/app/imports/ui/properties/viewers/SkillViewer.vue +++ b/app/imports/ui/properties/viewers/SkillViewer.vue @@ -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},