diff --git a/project/src/generators/BotGenerator.ts b/project/src/generators/BotGenerator.ts index 30876683..79db5bec 100644 --- a/project/src/generators/BotGenerator.ts +++ b/project/src/generators/BotGenerator.ts @@ -194,7 +194,7 @@ export class BotGenerator { ); // Only run when generating a 'fake' playerscav, not actual player scav - if (!botGenerationDetails.isPlayerScav || this.shouldSimulatePlayerScav(botRoleLowercase)) { + if (!botGenerationDetails.isPlayerScav && this.shouldSimulatePlayerScav(botRoleLowercase)) { this.botNameService.addRandomPmcNameToBotMainProfileNicknameProperty(bot); this.setRandomisedGameVersionAndCategory(bot.Info); }