chore: handle purchasing decree from acrithis #2124

Merged
Sainan merged 1 commits from buy-boon into main 2025-06-07 02:16:34 -07:00

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);