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:
parent
f954ed3ee6
commit
feb9db0452
@ -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"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user