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,