Commit a4816fb4 authored by wind2009's avatar wind2009 Committed by GitHub

Lucky: Invincible monster always turn to attack position. (#144)

parent a927ee30
......@@ -723,6 +723,9 @@ namespace WindBot.Game.AI
/// </summary>
protected bool DefaultMonsterRepos()
{
if (Card.IsMonsterInvincible())
return Card.IsDefense();
if (Card.Attack == 0)
{
if (Card.IsFaceup() && Card.IsAttack())
......
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