diff --git a/src/botlib.cpp b/src/botlib.cpp index 3aa132e..0727636 100644 --- a/src/botlib.cpp +++ b/src/botlib.cpp @@ -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 }