Commit e8546412 authored by jwyxym's avatar jwyxym Committed by GitHub

Update AutoChessExecutor.cs

parent c976242c
......@@ -840,8 +840,6 @@ namespace WindBot.Game.AI.Decks
}
return false;
}
else if (ActivateDescription == Util.GetStringId(84815190, 1))
return Duel.LastChainPlayer == 1;
else if (ActivateDescription == Util.GetStringId(63014935, 0))
return Enemy.LifePoints <= 1000;
return false;
......
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