Commit c71bac92 authored by mercury233's avatar mercury233

fix Brave PhoenixEnforcerEffect

parent de65fa03
......@@ -354,8 +354,8 @@ namespace WindBot.Game.AI.Decks
return true;
else
{
ClientCard target = Util.GetProblematicEnemyCard();
if (target != null)
ClientCard target = Util.GetProblematicEnemyCard(2500);
if (target != null && !Util.ChainContainPlayer(0))
{
AI.SelectCard(CardId.DestinyHeroDestroyPhoenixEnforcer);
AI.SelectNextCard(target);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment