fix: put house version railjack components into the salvage array #1654

Merged
Sainan merged 3 commits from raw-rj-skins into main 2025-04-15 18:11:13 -07:00
Showing only changes of commit 81cb20c056 - Show all commits

View File

@ -425,7 +425,10 @@ export const addItem = async (
`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 {
if (quantity != 1) {