Commit 0947e5b3 authored by jwyxym's avatar jwyxym Committed by GitHub

Update AutoChessExecutor.cs

parent 6d9b70b8
......@@ -282,6 +282,8 @@ namespace WindBot.Game.AI.Decks
private bool OtherActivate(ClientCard card)
{
if (card.Id == 84815190 && ActivateDescription != Util.GetStringId(84815190, 0) && ActivateDescription != Util.GetStringId(84815190, 1))
return true;
if ((card.HasType(CardType.Pendulum) && card.Location == CardLocation.Hand && ActivateDescription == 1160)
|| (card.HasType(CardType.Equip) && card.Location == CardLocation.Hand)
|| (card.Id == 43527730 && card.Location == CardLocation.SpellZone)
......
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