feat: bounty standing reward #1556
@ -788,9 +788,7 @@ export const addMissionRewards = async (
 | 
				
			|||||||
            let standingAmount = (tier + 1) * 1000;
 | 
					            let standingAmount = (tier + 1) * 1000;
 | 
				
			||||||
            if (tier > 5) standingAmount = 7500; // InfestedLichBounty
 | 
					            if (tier > 5) standingAmount = 7500; // InfestedLichBounty
 | 
				
			||||||
            if (isSteelPath) standingAmount *= 1.5;
 | 
					            if (isSteelPath) standingAmount *= 1.5;
 | 
				
			||||||
            const affiliationMod = addStanding(inventory, syndicateTag, standingAmount);
 | 
					            AffiliationMods.push(addStanding(inventory, syndicateTag, standingAmount));
 | 
				
			||||||
 | 
					 | 
				
			||||||
            AffiliationMods.push(affiliationMod);
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        if (isSteelPath) {
 | 
					        if (isSteelPath) {
 | 
				
			||||||
            await addItem(inventory, "/Lotus/Types/Items/MiscItems/SteelEssence", 1);
 | 
					            await addItem(inventory, "/Lotus/Types/Items/MiscItems/SteelEssence", 1);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user