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
Showing only changes of commit c403213824 - Show all commits

View File

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