diff --git a/project/src/helpers/InRaidHelper.ts b/project/src/helpers/InRaidHelper.ts index 658b9cc2..810f9bbc 100644 --- a/project/src/helpers/InRaidHelper.ts +++ b/project/src/helpers/InRaidHelper.ts @@ -94,6 +94,11 @@ export class InRaidHelper let fenceStanding = existingFenceStanding; for (const victim of victims) { + if (victim.Name?.includes(")") && victim.Side === "Savage") + { + continue; + } + const standingChangeForKill = this.getFenceStandingChangeForKillAsScav(victim); const additionalLossForKill = this.getAdditionalLossForKill(fenceStanding, standingChangeForKill);