Fixed skills not showing their base value in the effects list
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user