We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13afeb7 commit b6828bbCopy full SHA for b6828bb
libWindbot/Game/AI/DefaultExecutor.cs
@@ -723,6 +723,9 @@ protected bool DefaultField()
723
/// </summary>
724
protected bool DefaultMonsterRepos()
725
{
726
+ if (Card.IsMonsterInvincible())
727
+ return Card.IsDefense();
728
+
729
if (Card.Attack == 0)
730
731
if (Card.IsFaceup() && Card.IsAttack())
libWindbot/WindBotInfo.cs
@@ -24,7 +24,7 @@ public WindBotInfo()
24
Host = "127.0.0.1";
25
Port = 7911;
26
HostInfo = "";
27
- Version = 0x1352;
+ Version = 0x1353;
28
Hand = 0;
29
Debug = false;
30
Chat = true;
0 commit comments