chore: handle purchasing decree from acrithis
This commit is contained in:
parent
be02435661
commit
c403213824
@ -722,6 +722,10 @@ export const addItem = async (
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "Boons":
|
||||||
|
// Can purchase /Lotus/Upgrades/Boons/DuviriVendorBoonItem from Acrithis, doesn't need to be added to inventory.
|
||||||
|
return {};
|
||||||
|
|
||||||
case "Stickers":
|
case "Stickers":
|
||||||
{
|
{
|
||||||
const entry = inventory.RawUpgrades.find(x => x.ItemType == typeName);
|
const entry = inventory.RawUpgrades.find(x => x.ItemType == typeName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user