Add missing item group

pull/1/head
Made Baruna 2021-11-08 03:24:36 +07:00
parent 9673e99ed6
commit da90ead26a
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
1 changed files with 4 additions and 0 deletions

View File

@ -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],
},
};