mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Fixed removal of features/items propagating
This commit is contained in:
parent
30f31e77dd
commit
6a7f19363d
2 changed files with 21 additions and 15 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue