chore: handle purchasing decree from acrithis (#2124)

Closes #2112

Reviewed-on: OpenWF/SpaceNinjaServer#2124
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
Sainan 2025-06-07 02:16:33 -07:00 committed by Sainan
parent 5c5296d565
commit 2e649cabf6

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