chore: handle purchasing decree from acrithis (#2124)
Closes #2112 Reviewed-on: #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:
parent
5c5296d565
commit
2e649cabf6
@ -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