Commit 7f0eba68 authored by mercury233's avatar mercury233

fix

parent 9a2852d8
...@@ -469,7 +469,8 @@ namespace WindBot.Game.AI.Decks ...@@ -469,7 +469,8 @@ namespace WindBot.Game.AI.Decks
private bool 连接召唤() private bool 连接召唤()
{ {
return AI.Utils.IsTurn1OrMain2() && AI.Utils.GetBestAttack(Bot, true) < Card.Attack; return (AI.Utils.IsTurn1OrMain2() || AI.Utils.IsEnemyBetter(false, false))
&& AI.Utils.GetBestAttack(Bot, true) < Card.Attack;
} }
} }
} }
\ No newline at end of file
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