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,7 +2240,8 @@ int AIPlayerBaka::chooseAttackers()
|
||||
{
|
||||
if(hints && hints->HintSaysDontAttack(observer,card))
|
||||
continue;
|
||||
observer->cardClick(card, MTGAbility::MTG_ATTACK_RULE);
|
||||
if(!card->isAttacker())
|
||||
observer->cardClick(card, MTGAbility::MTG_ATTACK_RULE);
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user