removed a part that wasnt actually supposed to be in the change...my bad.
This commit is contained in:
@@ -127,7 +127,7 @@ bool AIPlayer::tapLandsForMana(ManaCost * cost, MTGCardInstance * target)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (doUse || (amp->tap && used[card] == true))
|
if (doUse)
|
||||||
{
|
{
|
||||||
AIAction * action = NEW AIAction(amp, card);
|
AIAction * action = NEW AIAction(amp, card);
|
||||||
clickstream.push(action);
|
clickstream.push(action);
|
||||||
|
|||||||
Reference in New Issue
Block a user