1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-22 09:55:17 +02:00

NKAI: composite pathfinder actions and fix for guarded bordergate

This commit is contained in:
Andrii Danylchenko
2022-12-26 20:17:39 +02:00
committed by Andrii Danylchenko
parent e23936f6dc
commit 0829593356
8 changed files with 131 additions and 8 deletions
@@ -114,7 +114,7 @@ const CGObjectInstance * ObjectClusterizer::getBlocker(const AIPath & path) cons
if(blockerObject)
{
blockers.push_back(blockerObject);
blockers.insert(blockers.begin(), blockerObject);
}
}