Skip to content

Commit

Permalink
include cyber background customisation on dev profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Jan 17, 2025
1 parent 5c29c89 commit d078d10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions project/src/services/CreateProfileService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d078d10

Please sign in to comment.