nav: directly reach the next node if bot lost the path

chatter: increase minimum voice pitch
radio : probably fix for cycling ``hold this position`` message (ref #560)
This commit is contained in:
jeefo 2024-05-03 00:11:14 +03:00
commit 79320802bb
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
3 changed files with 13 additions and 4 deletions

View file

@ -1187,7 +1187,7 @@ Bot::Bot (edict_t *bot, int difficulty, int personality, int team, int skin) {
m_currentWeapon = 0; // current weapon is not assigned at start
m_weaponType = WeaponType::None; // current weapon type is not assigned at start
m_voicePitch = rg (80, 115); // assign voice pitch
m_voicePitch = rg (85, 115); // assign voice pitch
// copy them over to the temp level variables
m_agressionLevel = m_baseAgressionLevel;