bot: zero out seeking cover chance on csdm
... thus not seek to cover or hiding when playing csdm
This commit is contained in:
parent
87e3cc963a
commit
69963f49b4
1 changed files with 3 additions and 0 deletions
|
|
@ -1907,6 +1907,9 @@ void Bot::filterTasks () {
|
|||
else if (m_isCreature) {
|
||||
ratio = 0.0f;
|
||||
}
|
||||
else if (game.is (GameFlags::CSDM)) {
|
||||
ratio = 0.0f;
|
||||
}
|
||||
else {
|
||||
ratio /= 2.0f; // reduce seek cover otherwise
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue