Compare commits
	
		
			1 Commits
		
	
	
		
			main
			...
			archgun-sl
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 7f4e5870b6 | 
@ -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