Stopped inactive effects showing up in attributes
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
'ancestors.id': creatureId,
|
||||
'stats': this.model.variableName,
|
||||
removed: {$ne: true},
|
||||
inactive: {$ne: true},
|
||||
});
|
||||
} else {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user