aim: do not look for danger places when no enemies left

combat: increase  new enemy update timers
combat: reduce penetrate level for last enemies detection
nav: allow camp nodes to have desired reachability distance
fix: mgr: addhs (high skilled) bot do nothing
Co-Authored-By: Max <161382234+dyspose@users.noreply.github.com>
This commit is contained in:
jeefo 2024-04-17 23:40:37 +03:00
commit ffa882a295
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
4 changed files with 198 additions and 195 deletions

View file

@ -33,7 +33,7 @@ int BotControl::cmdAddBot () {
}
// if high-skilled bot is requested set personality to rusher and max-out difficulty
if (strValue (alias).endsWith ("_hs")) {
if (strValue (alias).contains ("addhs")) {
m_args.set (difficulty, "4");
m_args.set (personality, "1");
}