diff --git a/projects/mtg/src/AIPlayerBaka.cpp b/projects/mtg/src/AIPlayerBaka.cpp index 8f58fd6fd..0d01fc9b5 100644 --- a/projects/mtg/src/AIPlayerBaka.cpp +++ b/projects/mtg/src/AIPlayerBaka.cpp @@ -632,6 +632,10 @@ int OrderedAIAction::getEfficiency() efficiency = 90; } } + else if (dynamic_cast(a)) + { + efficiency = 0; // AI does not have to use the doubleside ability to avoid loops. + } else if (ATokenCreator * atc = dynamic_cast(a)) { efficiency = 80;