From a0083f281e6bca678742c62cbf30a6d52afc4b2a Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 11 Feb 2024 10:39:31 +0000 Subject: [PATCH] Log fence rep post-raid --- project/src/controllers/InraidController.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/project/src/controllers/InraidController.ts b/project/src/controllers/InraidController.ts index bb9330a1..091613a2 100644 --- a/project/src/controllers/InraidController.ts +++ b/project/src/controllers/InraidController.ts @@ -482,8 +482,11 @@ export class InraidController { const fenceId = Traders.FENCE; + const postRaidFenceRep = offraidData.profile.TradersInfo[fenceId].standing; + this.logger.debug(`post-raid standing: ${postRaidFenceRep}`); + let fenceStanding = Number(pmcData.TradersInfo[fenceId].standing); - this.logger.debug(`Old fence standing: ${fenceStanding}`); + this.logger.debug(`pre-raid fence standing: ${fenceStanding}`); fenceStanding = this.inRaidHelper.calculateFenceStandingChangeFromKills( fenceStanding, offraidData.profile.Stats.Eft.Victims,