diff --git a/projects/mtg/src/AIPlayerBaka.cpp b/projects/mtg/src/AIPlayerBaka.cpp index 185d92ec0..e3bc5160d 100644 --- a/projects/mtg/src/AIPlayerBaka.cpp +++ b/projects/mtg/src/AIPlayerBaka.cpp @@ -619,7 +619,7 @@ int OrderedAIAction::getEfficiency() } else if (GenericRevealAbility * grA = dynamic_cast(a)) { - if(grA->source->getAICustomCode().size()) + if(grA->source->getAICustomCode().size() && grA->source->alias != 185709)//Sphinx of Jwar Isle so the ai will ignore it efficiency = 45 + (owner->getRandomGenerator()->random() % 50); else efficiency = 0;