fix: put house version railjack components into the salvage array #1654
@ -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