removed a part that wasnt actually supposed to be in the change...my bad.

This commit is contained in:
omegablast2002@yahoo.com
2011-02-12 02:42:26 +00:00
parent e9b47944e3
commit e3ecc612d0

View File

@@ -127,7 +127,7 @@ bool AIPlayer::tapLandsForMana(ManaCost * cost, MTGCardInstance * target)
break;
}
}
if (doUse || (amp->tap && used[card] == true))
if (doUse)
{
AIAction * action = NEW AIAction(amp, card);
clickstream.push(action);