Commit b86c5b0e authored by mercury233's avatar mercury233

minor fix

parent 5cf720d1
......@@ -138,7 +138,7 @@ namespace WindBot.Game.AI
YGOSharp.OCGWrapper.NamedCard cardData = YGOSharp.OCGWrapper.NamedCard.Get(cardId);
if (cardData.Attack == 0)
return CardPosition.FaceUpDefence;
return base.OnSelectPosition(cardId, positions);
return 0;
}
public override bool OnSelectBattleReplay()
......
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