From 8b4bc114f6d7dc98a7a9888b0f24aa71d5ae7489 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Tue, 29 Jul 2025 00:31:19 -0700 Subject: [PATCH] chore: add logging for bounty medallion rewards (#2557) Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2557 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> --- src/services/missionInventoryUpdateService.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/services/missionInventoryUpdateService.ts b/src/services/missionInventoryUpdateService.ts index fec646b2a..d0058f278 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