Commit c71bac92 authored by mercury233's avatar mercury233

fix Brave PhoenixEnforcerEffect

parent de65fa03
...@@ -354,8 +354,8 @@ namespace WindBot.Game.AI.Decks ...@@ -354,8 +354,8 @@ namespace WindBot.Game.AI.Decks
return true; return true;
else else
{ {
ClientCard target = Util.GetProblematicEnemyCard(); ClientCard target = Util.GetProblematicEnemyCard(2500);
if (target != null) if (target != null && !Util.ChainContainPlayer(0))
{ {
AI.SelectCard(CardId.DestinyHeroDestroyPhoenixEnforcer); AI.SelectCard(CardId.DestinyHeroDestroyPhoenixEnforcer);
AI.SelectNextCard(target); 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