mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 23:40:09 +01:00
Add boss item to list
This commit is contained in:
parent
4f8de3cea2
commit
1943cdca92
1 changed files with 6 additions and 0 deletions
|
@ -105,6 +105,12 @@
|
|||
allItems[item.item.id][character.id] = 'characters';
|
||||
}
|
||||
}
|
||||
|
||||
const bossMaterial = character.material.boss;
|
||||
if (allItems[bossMaterial.id] === undefined) {
|
||||
allItems[bossMaterial.id] = {};
|
||||
}
|
||||
allItems[bossMaterial.id][character.id] = 'characters';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue