mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-08 11:23:51 +01:00
Add missing item group
This commit is contained in:
parent
9673e99ed6
commit
da90ead26a
1 changed files with 4 additions and 0 deletions
|
@ -278,4 +278,8 @@ export const itemGroup = {
|
|||
name: 'Concealed Claw',
|
||||
items: [itemList.concealed_claw, itemList.concealed_unguis, itemList.concealed_talon],
|
||||
},
|
||||
spectral_husk: {
|
||||
name: 'Spectral',
|
||||
items: [itemList.concealed_claw, itemList.spectral_heart, itemList.spectral_nucleus],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue