fix: universalPolarityEverywhere not applying on plexus aura slot
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (pull_request) Successful in 1m28s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (pull_request) Successful in 1m28s
				
			15 is the right number. Universal polarity on the aura slot can be used for increasing mod capacity even further.
This commit is contained in:
		
							parent
							
								
									aacd089123
								
							
						
					
					
						commit
						2417f2ac13
					
				@ -202,8 +202,8 @@ export const getInventoryResponse = async (
 | 
			
		||||
 | 
			
		||||
    if (config.universalPolarityEverywhere) {
 | 
			
		||||
        const Polarity: IPolarity[] = [];
 | 
			
		||||
        // 12 is needed for necramechs. 14 is needed for plexus/crewshipharness.
 | 
			
		||||
        for (let i = 0; i != 14; ++i) {
 | 
			
		||||
        // 12 is needed for necramechs. 15 is needed for plexus/crewshipharness.
 | 
			
		||||
        for (let i = 0; i != 15; ++i) {
 | 
			
		||||
            Polarity.push({
 | 
			
		||||
                Slot: i,
 | 
			
		||||
                Value: ArtifactPolarity.Any
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user