Commit d24cc4fc authored by Momobako's avatar Momobako

mg

parents 57d4b3a3 db08e6e1
#created by ...
#main
98169343
98169343
9929398
61283655
61283655
61283655
35199656
35199656
35199656
14558127
14558127
14558127
59438930
59438930
98700941
23434538
23434538
23434538
67441435
63845230
63845230
63845230
5133471
5133471
18144506
35261759
35261759
73628505
73915051
73915051
22159429
35371948
35371948
35371948
21076084
83555666
40605147
40605147
84749824
84749824
#extra
41999284
99111753
98558751
50588353
2857636
38342335
41999284
74997493
41999284
74997493
50588353
2857636
99111753
38342335
98978921
!side
This diff is collapsed.
......@@ -369,6 +369,9 @@ namespace WindBot.Game.AI
/// </summary>
protected bool DefaultMonsterRepos()
{
if (Card.IsFaceup() && Card.IsDefense() && Card.Attack == 0)
return false;
bool enemyBetter = AI.Utils.IsAllEnemyBetter(true);
if (Card.IsAttack() && enemyBetter)
......
......@@ -81,6 +81,7 @@
<Compile Include="Game\AI\Decks\LightswornExecutor.cs" />
<Compile Include="Game\AI\Decks\QliphortExecutor.cs" />
<Compile Include="Game\AI\Decks\ST1732Executor.cs" />
<Compile Include="Game\AI\Decks\TrickstarExecutor.cs" />
<Compile Include="Game\AI\Decks\YosenjuExecutor.cs" />
<Compile Include="Game\AI\Decks\DragunityExecutor.cs" />
<Compile Include="Game\AI\Decks\FrogExecutor.cs" />
......
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