Commit 5bf25ace authored by mercury233's avatar mercury233

fix GetBestEnemySpell

parent 35750167
...@@ -247,7 +247,7 @@ namespace WindBot.Game.AI ...@@ -247,7 +247,7 @@ namespace WindBot.Game.AI
foreach (ClientCard ecard in spells) foreach (ClientCard ecard in spells)
{ {
if (ecard.IsFaceup()) if (ecard.IsFaceup() && ecard.HasType(CardType.Continuous))
return ecard; return ecard;
} }
......
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