Update missionInventoryUpdateService.ts
All checks were successful
Build / build (pull_request) Successful in 1m24s
All checks were successful
Build / build (pull_request) Successful in 1m24s
This commit is contained in:
parent
9a37b9ed85
commit
3bcf719c81
@ -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