diff --git a/project/src/services/CreateProfileService.ts b/project/src/services/CreateProfileService.ts index 22a037e7..f6a350ac 100644 --- a/project/src/services/CreateProfileService.ts +++ b/project/src/services/CreateProfileService.ts @@ -314,6 +314,16 @@ export class CreateProfileService { }); } } + + // Dev profile additions + if (fullProfile.info.edition.toLowerCase().includes("developer")) { + // CyberTark background + fullProfile.customisationUnlocks.push({ + id: "67585108def253bd97084552", + source: CustomisationSource.DEFAULT, + type: CustomisationType.ENVIRONMENT, + }); + } } protected getGameEdition(profile: ISptProfile): string {