mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
#4066 - fix exploration
This commit is contained in:
@@ -403,7 +403,7 @@ void Nullkiller::makeTurn()
|
||||
|
||||
if(selectedTasks.empty())
|
||||
{
|
||||
return;
|
||||
selectedTasks.push_back(taskptr(Goals::Invalid()));
|
||||
}
|
||||
|
||||
bool hasAnySuccess = false;
|
||||
@@ -456,7 +456,7 @@ void Nullkiller::makeTurn()
|
||||
scanDepth = ScanDepth::ALL_FULL;
|
||||
useHeroChain = false;
|
||||
hasAnySuccess = true;
|
||||
break;;
|
||||
break;
|
||||
}
|
||||
|
||||
logAi->trace("Goal %s has too low priority. It is not worth doing it.", taskDescription);
|
||||
|
||||
Reference in New Issue
Block a user