mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Add Cultist clothing and unheard background to account type unheard_edition
This commit is contained in:
parent
96c56b34ca
commit
d32127ba1a
@ -278,6 +278,21 @@ export class CreateProfileService {
|
|||||||
source: CustomisationSource.DEFAULT,
|
source: CustomisationSource.DEFAULT,
|
||||||
type: CustomisationType.DOG_TAG,
|
type: CustomisationType.DOG_TAG,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Unheard Clothing (Cultist Hood)
|
||||||
|
fullProfile.customisationUnlocks.push({
|
||||||
|
id: "666841a02537107dc508b704",
|
||||||
|
source: CustomisationSource.DEFAULT,
|
||||||
|
type: CustomisationType.SUITE,
|
||||||
|
});
|
||||||
|
|
||||||
|
// Unheard background
|
||||||
|
fullProfile.customisationUnlocks.push({
|
||||||
|
id: "675850ba33627edb710b0592",
|
||||||
|
source: CustomisationSource.DEFAULT,
|
||||||
|
type: CustomisationType.ENVIRONMENT,
|
||||||
|
});
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user