From 27c111dee950468585feb0967801326ec4a07a97 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:54:28 +0200 Subject: [PATCH] chore: add logging for bounty medallion rewards --- src/services/missionInventoryUpdateService.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/services/missionInventoryUpdateService.ts b/src/services/missionInventoryUpdateService.ts index fec646b2..d0058f27 100644 --- a/src/services/missionInventoryUpdateService.ts +++ b/src/services/missionInventoryUpdateService.ts @@ -1302,6 +1302,9 @@ export const addMissionRewards = async ( ItemCount: medallionAmount }); SyndicateXPItemReward = medallionAmount; + logger.debug( + `Giving ${medallionAmount} medallions for the ${rewardInfo.JobStage} stage of the ${rewardInfo.JobTier} tier bounty` + ); } else { if (rewardInfo.JobTier! >= 0) { addStanding( @@ -1347,6 +1350,7 @@ export const addMissionRewards = async ( ItemCount: medallionAmount }); SyndicateXPItemReward = medallionAmount; + logger.debug(`Giving ${medallionAmount} medallions for the ${tier} tier bounty`); } else { let standingAmount = (tier + 1) * 1000; if (tier > 5) standingAmount = 7500; // InfestedLichBounty