feat: implement purchasing of additional mod & customization slots #206
@ -43,6 +43,7 @@ export const upgradesController: RequestHandler = async (req, res) => {
|
||||
if (item._id.toString() == payload.ItemId.$oid) {
|
||||
item.Features ??= 0;
|
||||
item.Features |= 32;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user