0
0
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:
KaenoDev 2025-01-14 15:01:40 +00:00
parent 96c56b34ca
commit d32127ba1a

View File

@ -278,6 +278,21 @@ export class CreateProfileService {
source: CustomisationSource.DEFAULT,
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;
}