Stop PMCs being genered as usec with side of bear
This commit is contained in:
parent
8c348844ad
commit
b3f2e3e2a5
@ -280,9 +280,9 @@ export class BotController
|
|||||||
{
|
{
|
||||||
botGenerationDetails.isPmc = true;
|
botGenerationDetails.isPmc = true;
|
||||||
botGenerationDetails.role = this.botHelper.getRandomizedPmcRole();
|
botGenerationDetails.role = this.botHelper.getRandomizedPmcRole();
|
||||||
botGenerationDetails.side = this.botHelper.getPmcSideByRole(requestedBot.Role);
|
botGenerationDetails.side = this.botHelper.getPmcSideByRole(botGenerationDetails.role);
|
||||||
botGenerationDetails.botDifficulty = this.getPMCDifficulty(requestedBot.Difficulty);
|
botGenerationDetails.botDifficulty = this.getPMCDifficulty(requestedBot.Difficulty);
|
||||||
botGenerationDetails.botCountToGenerate = this.botConfig.presetBatch[requestedBot.Role];
|
botGenerationDetails.botCountToGenerate = this.botConfig.presetBatch[botGenerationDetails.role];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user