removed a check that was causing gem hide sliver lorded manaproducer to not reacttoclick...i moved the check for extra cost to activatedability, so this became obsolete....

This commit is contained in:
omegablast2002@yahoo.com
2011-05-08 11:59:08 +00:00
parent 82058e97c5
commit 27df1e9172

View File

@@ -4117,10 +4117,6 @@ int AManaProducer::isReactingToClick(MTGCardInstance * _card, ManaCost * mana)
if (!cost || mana->canAfford(cost))
{
result = 1;
if (cost && cost->extraCosts != NULL)
{
return cost->canPayExtra();
}
}
}
return result;