Reduced 'Need backup' for unskilled bots.

Fixed some typos.
This commit is contained in:
jeefo 2019-08-24 21:17:11 +03:00
commit d04f44d8fc
5 changed files with 19 additions and 28 deletions

View file

@ -922,7 +922,7 @@ void Bot::fireWeapons () {
m_reloadState = Reload::Primary;
m_reloadCheckTime = game.time ();
if (rg.chance (cr::abs (m_difficulty * 25 - 100))) {
if (rg.chance (cr::abs (m_difficulty * 25 - 100)) && rg.chance (5)) {
pushRadioMessage (Radio::NeedBackup);
}
}