Fixed removal of features/items propagating

This commit is contained in:
WBHarry 2025-07-23 14:59:33 +02:00
parent 30f31e77dd
commit 6a7f19363d
2 changed files with 21 additions and 15 deletions

View file

@ -1318,8 +1318,7 @@ export const itemLinkFeatureTypes = {
class: 'class',
foundation: 'foundation',
specialization: 'specialization',
mastery: 'mastery',
subclass: 'subclass'
mastery: 'mastery'
};
export const itemLinkItemTypes = {
@ -1332,6 +1331,7 @@ export const itemLinkItemTypes = {
};
export const itemLinkTypes = {
subclass: 'subclass',
...itemLinkFeatureTypes,
...itemLinkItemTypes
};