Marking up the places that need changing for bug #1160

This commit is contained in:
nsalyzyn 2025-12-19 07:34:46 -07:00
parent 05dec9fcea
commit 12d6b7fa4c
3 changed files with 3 additions and 0 deletions

View file

@ -196,6 +196,7 @@ export default class DhActiveEffect extends foundry.documents.ActiveEffect {
prepareDerivedData() {
/* Preventing subclass features from transferring to actor if they do not have the right subclass advancement */
if (this.parent?.type === 'feature') {
// TODO(nsalyzyn): Reuse this code for elsewhere
const origSubclassParent = this.parent.system.originItemType === 'subclass';
if (origSubclassParent) {
const subclass = this.parent.parent.items.find(