mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-03-27 11:12:44 +01:00
Fix snowdrop having graduation's challenges (#217)
* fix snowdrop having graduation's challenges * add exception for snowdrop * Revert "fix snowdrop having graduation's challenges" This reverts commit 6c539611574c537aa391bcdd09b1eacc3f7a1606. * also fix for h2 --------- Co-authored-by: Anthony Fuller <24512050+AnthonyFuller@users.noreply.github.com>
This commit is contained in:
parent
1591a90194
commit
de98595db1
@ -596,7 +596,12 @@ export class ChallengeService extends ChallengeRegistry {
|
||||
{
|
||||
type: ChallengeFilterType.Contract,
|
||||
contractId: contractId,
|
||||
locationId: contract.Metadata.Location,
|
||||
locationId:
|
||||
contract.Metadata.Id ===
|
||||
"aee6a16f-6525-4d63-a37f-225e293c6118" &&
|
||||
gameVersion !== "h1"
|
||||
? "LOCATION_ICA_FACILITY_SHIP"
|
||||
: contract.Metadata.Location,
|
||||
isFeatured: contract.Metadata.Type === "featured",
|
||||
difficulty,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user