From feb9db0452330a3d3fad1cba629809559bd3c0f0 Mon Sep 17 00:00:00 2001 From: AnthonyFuller <24512050+AnthonyFuller@users.noreply.github.com> Date: Fri, 14 Apr 2023 07:01:53 +0100 Subject: [PATCH] Fix snowdrop showing up on all locations in H2016 --- components/menuData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/menuData.ts b/components/menuData.ts index 3c3a3ac0..c31237e8 100644 --- a/components/menuData.ts +++ b/components/menuData.ts @@ -1046,7 +1046,7 @@ menuDataRouter.get( // every unique escalation from the sublocation const allUniqueEscalations: string[] = [ - ...(req.gameVersion === "h1" + ...(req.gameVersion === "h1" && e.Id === "LOCATION_ICA_FACILITY" ? controller.missionsInLocations.escalations[ "LOCATION_ICA_FACILITY_SHIP" ]