feat: fabricate research #1150
@ -389,9 +389,11 @@ export const addItem = async (
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    if (typeName in ExportRailjackWeapons) {
 | 
					    if (typeName in ExportRailjackWeapons) {
 | 
				
			||||||
        // I'm not sure if these use a slot. Maybe CrewShipSalvageBin?
 | 
					 | 
				
			||||||
        return {
 | 
					        return {
 | 
				
			||||||
            InventoryChanges: addCrewShipWeapon(inventory, typeName)
 | 
					            InventoryChanges: {
 | 
				
			||||||
 | 
					                ...addCrewShipWeapon(inventory, typeName),
 | 
				
			||||||
 | 
					                ...occupySlot(inventory, InventorySlot.RJ_COMPONENT_AND_ARMAMENTS, premiumPurchase)
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    if (typeName in ExportMisc.creditBundles) {
 | 
					    if (typeName in ExportMisc.creditBundles) {
 | 
				
			||||||
 | 
				
			|||||||
@ -430,7 +430,8 @@ export enum InventorySlot {
 | 
				
			|||||||
    SPACESUITS = "SpaceSuitBin",
 | 
					    SPACESUITS = "SpaceSuitBin",
 | 
				
			||||||
    MECHSUITS = "MechBin",
 | 
					    MECHSUITS = "MechBin",
 | 
				
			||||||
    PVE_LOADOUTS = "PveBonusLoadoutBin",
 | 
					    PVE_LOADOUTS = "PveBonusLoadoutBin",
 | 
				
			||||||
    SENTINELS = "SentinelBin"
 | 
					    SENTINELS = "SentinelBin",
 | 
				
			||||||
 | 
					    RJ_COMPONENT_AND_ARMAMENTS = "CrewShipSalvageBin"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface ISlots {
 | 
					export interface ISlots {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user