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:
parent
9ce8913c2c
commit
ffa882a295
4 changed files with 198 additions and 195 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue