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:
@@ -4117,10 +4117,6 @@ int AManaProducer::isReactingToClick(MTGCardInstance * _card, ManaCost * mana)
|
|||||||
if (!cost || mana->canAfford(cost))
|
if (!cost || mana->canAfford(cost))
|
||||||
{
|
{
|
||||||
result = 1;
|
result = 1;
|
||||||
if (cost && cost->extraCosts != NULL)
|
|
||||||
{
|
|
||||||
return cost->canPayExtra();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user