feat: implement purchasing of additional mod & customization slots #206

Merged
Sainan merged 3 commits from more-slots into main 2024-05-09 06:09:08 -07:00
Showing only changes of commit 656ceac4ac - Show all commits

View File

@ -43,6 +43,7 @@ export const upgradesController: RequestHandler = async (req, res) => {
if (item._id.toString() == payload.ItemId.$oid) { if (item._id.toString() == payload.ItemId.$oid) {
item.Features ??= 0; item.Features ??= 0;
item.Features |= 32; item.Features |= 32;
break;
} }
} }
break; break;