Update missionInventoryUpdateService.ts

This commit is contained in:
AMelonInsideLemon 2025-04-11 02:39:40 +02:00
parent 78f681095c
commit 6f65f9e876

View File

@ -801,9 +801,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);