Commit 127cd4e4 authored by mercury233's avatar mercury233

fix

parent 6f30306a
......@@ -189,7 +189,7 @@ namespace WindBot.Game.AI.Decks
private bool 天枪龙之影灵衣()
{
if (AI.Utils.IsOneEnemyBetterThanValue(Bot.GetMonsters().GetHighestAttackMonster().Attack,true) && Duel.Phase == DuelPhase.Main1)
if (AI.Utils.IsEnemyBetter(true, false) && Duel.Phase == DuelPhase.Main1)
{
AI.SelectCard(Enemy.GetMonsters().GetHighestAttackMonster());
return true;
......
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