Log fence rep post-raid
This commit is contained in:
parent
ff1e80e302
commit
a0083f281e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user