1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-22 22:12:45 +01:00

Fix snowdrop showing up on all locations in H2016

This commit is contained in:
AnthonyFuller 2023-04-14 07:01:53 +01:00
parent f954ed3ee6
commit feb9db0452

View File

@ -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"
]