Skip to content

Commit b6828bb

Browse files
committed
merge
1 parent 13afeb7 commit b6828bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

libWindbot/Game/AI/DefaultExecutor.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,9 @@ protected bool DefaultField()
723723
/// </summary>
724724
protected bool DefaultMonsterRepos()
725725
{
726+
if (Card.IsMonsterInvincible())
727+
return Card.IsDefense();
728+
726729
if (Card.Attack == 0)
727730
{
728731
if (Card.IsFaceup() && Card.IsAttack())

libWindbot/WindBotInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public WindBotInfo()
2424
Host = "127.0.0.1";
2525
Port = 7911;
2626
HostInfo = "";
27-
Version = 0x1352;
27+
Version = 0x1353;
2828
Hand = 0;
2929
Debug = false;
3030
Chat = true;

0 commit comments

Comments
 (0)