CrewShipWeaponSkins occupy a slot
This commit is contained in:
parent
4074e9f0a7
commit
81cb20c056
@ -425,7 +425,10 @@ export const addItem = async (
|
|||||||
`unexpected acquisition quantity of CrewShipWeaponSkin: got ${quantity}, expected 1`
|
`unexpected acquisition quantity of CrewShipWeaponSkin: got ${quantity}, expected 1`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
inventoryChanges = addCrewShipWeaponSkin(inventory, typeName);
|
inventoryChanges = {
|
||||||
|
...addCrewShipWeaponSkin(inventory, typeName),
|
||||||
|
...occupySlot(inventory, InventorySlot.RJ_COMPONENT_AND_ARMAMENTS, premiumPurchase)
|
||||||
|
};
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (quantity != 1) {
|
if (quantity != 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user