Skip to content

Commit 2c60d0e

Browse files
authored
fix: Remove obsolete scoring exclusion
We did this to fix a bug in barbegue escalation level 2, which is no longer in peacock.
1 parent ddc0106 commit 2c60d0e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

components/scoreHandler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ export function calculateScore(
150150
bonusId: "AllObjectivesCompletedBonus",
151151
condition:
152152
gameVersion === "h1" ||
153-
contractData.Metadata.Id ===
154-
"2d1bada4-aa46-4954-8cf5-684989f1668a" ||
155153
isTrueForEveryElement(
156154
contractSession.objectives.values(),
157155
(obj: MissionManifestObjective) =>

0 commit comments

Comments
 (0)