Commit 9e73d726 authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:IceYGO/windbot

parents 1003772b a4816fb4
Pipeline #3356 passed with stages
in 2 minutes and 51 seconds
......@@ -725,6 +725,9 @@ namespace WindBot.Game.AI
/// </summary>
protected bool DefaultMonsterRepos()
{
if (Card.IsMonsterInvincible())
return Card.IsDefense();
if (Card.Attack == 0)
{
if (Card.IsFaceup() && Card.IsAttack())
......
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