fixed a bug with alwaysattack hint, if there was an attack readied it would undo it by clicking it the second time.
This commit is contained in:
@@ -2240,6 +2240,7 @@ int AIPlayerBaka::chooseAttackers()
|
|||||||
{
|
{
|
||||||
if(hints && hints->HintSaysDontAttack(observer,card))
|
if(hints && hints->HintSaysDontAttack(observer,card))
|
||||||
continue;
|
continue;
|
||||||
|
if(!card->isAttacker())
|
||||||
observer->cardClick(card, MTGAbility::MTG_ATTACK_RULE);
|
observer->cardClick(card, MTGAbility::MTG_ATTACK_RULE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user