Browse Source

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.
Xilmi 1 year ago
parent
commit
c88165f900
1 changed files with 0 additions and 1 deletions
  1. 0 1
      AI/Nullkiller/Engine/PriorityEvaluator.cpp

+ 0 - 1
AI/Nullkiller/Engine/PriorityEvaluator.cpp

@@ -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: