Skip to content

Commit 3cac586

Browse files
authored
fix: Remove obsolete scoring exclusion (#627)
<!-- Thanks for contributing to Peacock! Here's a bit of a template to help make sure everything relevant is covered. --> ## Scope <!-- List any relevant changes you have made here. Be sure to link any issues fixed, or that are relevant to these changes. --> We did this to fix a bug in barbegue escalation level 2, which is no longer in peacock. Ref: RDIL/PeacockProject@8512bef ## Test Plan <!-- List how you have verified these changes work as intended. --> N/A ## Checklist <!-- Just a few reminders to make sure everything is perfect. You can place an "X" in the boxes to tick them off. If you have not completed one of the steps below, you can create the pull request as a draft, and then check off the items as you go. When you have completed the checklist, press the "Ready for review" button. --> - [x] I have run Prettier to reformat any changed files - [x] I have verified my changes work
2 parents ddc0106 + 2c60d0e commit 3cac586

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)