fix: don't add raw riven mods with fingerprints (#2976)
Closes #2967 Reviewed-on: #2976 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									82fe598056
								
							
						
					
					
						commit
						6e9c787c59
					
				@ -473,7 +473,9 @@ export const addItem = async (
 | 
			
		||||
        return addCustomization(inventory, typeName);
 | 
			
		||||
    }
 | 
			
		||||
    if (typeName in ExportUpgrades || typeName in ExportArcanes) {
 | 
			
		||||
        if (targetFingerprint) {
 | 
			
		||||
        if (targetFingerprint && typeName.startsWith("/Lotus/Upgrades/Mods/Randomized/Raw")) {
 | 
			
		||||
            logger.debug(`ignoring fingerprint for raw riven mod`);
 | 
			
		||||
        } else if (targetFingerprint) {
 | 
			
		||||
            if (quantity != 1) {
 | 
			
		||||
                logger.warn(`adding 1 of ${typeName} ${targetFingerprint} even tho quantity ${quantity} was requested`);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user