Commit 64f7f2bd authored by mercury233's avatar mercury233

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

parents ede713c5 ec73c69a
...@@ -723,6 +723,9 @@ namespace WindBot.Game.AI ...@@ -723,6 +723,9 @@ namespace WindBot.Game.AI
/// </summary> /// </summary>
protected bool DefaultMonsterRepos() protected bool DefaultMonsterRepos()
{ {
if (Card.IsMonsterInvincible())
return Card.IsDefense();
if (Card.Attack == 0) if (Card.Attack == 0)
{ {
if (Card.IsFaceup() && Card.IsAttack()) if (Card.IsFaceup() && Card.IsAttack())
......
...@@ -24,7 +24,7 @@ namespace WindBot ...@@ -24,7 +24,7 @@ namespace WindBot
Host = "127.0.0.1"; Host = "127.0.0.1";
Port = 7911; Port = 7911;
HostInfo = ""; HostInfo = "";
Version = 0x1352; Version = 0x1353;
Hand = 0; Hand = 0;
Debug = false; Debug = false;
Chat = true; Chat = true;
......
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