Commit 301f8535 authored by mercury233's avatar mercury233

fix DefaultBreakthroughSkill

parent 93cc91f7
...@@ -239,6 +239,7 @@ namespace WindBot.Game.AI ...@@ -239,6 +239,7 @@ namespace WindBot.Game.AI
if (LastChainCard == null) if (LastChainCard == null)
return false; return false;
AI.SelectCard(LastChainCard);
return LastChainCard.Controller == 1 && LastChainCard.Location == CardLocation.MonsterZone && DefaultUniqueTrap(); return LastChainCard.Controller == 1 && LastChainCard.Location == CardLocation.MonsterZone && DefaultUniqueTrap();
} }
......
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