Update missionInventoryUpdateService.ts
All checks were successful
Build / build (pull_request) Successful in 1m24s

This commit is contained in:
AMelonInsideLemon 2025-04-11 02:39:40 +02:00
parent 9a37b9ed85
commit 3bcf719c81

View File

@ -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);