feat: bounty standing reward #1556

Merged
Sainan merged 12 commits from AMelonInsideLemon/SpaceNinjaServer:bounty-standing-rewards into main 2025-04-12 06:13:45 -07:00
Showing only changes of commit 3bcf719c81 - Show all commits

View File

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