From 2c60d0ef2a44346549036d8d4b6317bc4fcfaf78 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Sun, 5 Oct 2025 17:16:45 -0400 Subject: [PATCH] fix: Remove obsolete scoring exclusion We did this to fix a bug in barbegue escalation level 2, which is no longer in peacock. --- components/scoreHandler.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/scoreHandler.ts b/components/scoreHandler.ts index 0a5e58a7e..c15773456 100644 --- a/components/scoreHandler.ts +++ b/components/scoreHandler.ts @@ -150,8 +150,6 @@ export function calculateScore( bonusId: "AllObjectivesCompletedBonus", condition: gameVersion === "h1" || - contractData.Metadata.Id === - "2d1bada4-aa46-4954-8cf5-684989f1668a" || isTrueForEveryElement( contractSession.objectives.values(), (obj: MissionManifestObjective) =>