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