fix: occupy correct slot for arch-guns #1801
@ -532,7 +532,11 @@ export const addItem = async (
|
|||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
...inventoryChanges,
|
...inventoryChanges,
|
||||||
...occupySlot(inventory, InventorySlot.WEAPONS, premiumPurchase)
|
...occupySlot(
|
||||||
|
inventory,
|
||||||
|
productCategoryToInventoryBin(weapon.productCategory) ?? InventorySlot.WEAPONS,
|
||||||
|
premiumPurchase
|
||||||
|
)
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
// Modular weapon parts
|
// Modular weapon parts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user