chore: handle purchasing decree from acrithis
All checks were successful
Build / build (pull_request) Successful in 45s
Build / build (push) Successful in 2m7s

This commit is contained in:
Sainan 2025-06-07 01:32:53 +02:00
parent be02435661
commit c403213824

View File

@ -722,6 +722,10 @@ export const addItem = async (
}
break;
case "Boons":
// Can purchase /Lotus/Upgrades/Boons/DuviriVendorBoonItem from Acrithis, doesn't need to be added to inventory.
return {};
case "Stickers":
{
const entry = inventory.RawUpgrades.find(x => x.ItemType == typeName);