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