fix: resolve some chatter overuse reported in #555

Co-Authored-By: Max <161382234+dyspose@users.noreply.github.com>
This commit is contained in:
jeefo 2024-04-17 21:36:39 +03:00
commit 9ce8913c2c
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
3 changed files with 7 additions and 7 deletions

View file

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