mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Removed outcommented code
This commit is contained in:
parent
05cc148e91
commit
04bd6a02be
1 changed files with 0 additions and 14 deletions
|
|
@ -12,20 +12,6 @@ export default class DHFeature extends BaseDataItem {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// /** @inheritDoc */
|
|
||||||
// _initializeSource(data, options={}) {
|
|
||||||
// const { originItemType, isMulticlass } = data;
|
|
||||||
// const base = (originItemType && this.parent?.parent?.type === 'character') ? this.parent.parent.items._source.find(x => x.type === originItemType && Boolean(isMulticlass) === x.system.isMulticlass) : null;
|
|
||||||
// if(base) {
|
|
||||||
// const feature = base.system.features.find(x => x.item && x.item === this.parent.uuid);
|
|
||||||
// if(feature && data.identifier !== 'multiclass') {
|
|
||||||
// data.identifier = feature.type;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// return super._initializeSource(data, options);
|
|
||||||
// }
|
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
|
|
||||||
/**@override */
|
/**@override */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue