feat: handle installation of aura & stance formas #264

Merged
Sainan merged 2 commits from aura-forma into main 2024-06-02 05:31:20 -07:00
Showing only changes of commit 44cbe578c8 - Show all commits

View File

@ -59,6 +59,7 @@ export const upgradesController: RequestHandler = async (req, res) => {
break;
case "/Lotus/Types/Items/MiscItems/Forma":
case "/Lotus/Types/Items/MiscItems/FormaAura":
case "/Lotus/Types/Items/MiscItems/FormaStance":
for (const item of inventory[payload.ItemCategory as TGenericItemKey] as IGenericItemDatabase[]) {
if (item._id.toString() == payload.ItemId.$oid) {
item.XP = 0;