Commit 6d9b70b8 authored by jwyxym's avatar jwyxym Committed by GitHub

Update AutoChessExecutor.cs

parent 89a720dd
......@@ -297,7 +297,7 @@ namespace WindBot.Game.AI.Decks
|| EnemyCardTargetFaceUp(card)
|| EnemyCardTarget(card)
|| EnemyCardUnTarget(card)
|| EnemyCardUnTargetMonster(ClientCard card)
|| EnemyCardUnTargetMonster(card)
)
return true;
return false;
......
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