1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00

Update PriorityEvaluator.cpp

Whirlpools are no longer explorePriority 1 as the AI would then try out all of it's 5 entries on both sides.
This commit is contained in:
Xilmi 2024-09-14 13:41:14 +02:00
parent 737a8d4966
commit c88165f900

View File

@ -891,7 +891,6 @@ public:
case Obj::MONOLITH_ONE_WAY_ENTRANCE:
case Obj::MONOLITH_TWO_WAY:
case Obj::SUBTERRANEAN_GATE:
case Obj::WHIRLPOOL:
evaluationContext.explorePriority = 1;
break;
case Obj::REDWOOD_OBSERVATORY: