Reinstated the call to setExtraCostsAction() in reactToClick, as removing it breaks Basal Sliver (when sacrificing another sliver, it would kill off Basal Sliver instead of the other sliver that inherited the ability).

This commit is contained in:
wrenczes@gmail.com
2010-12-04 08:36:10 +00:00
parent 6e327379fd
commit 793f6245f0
+1
View File
@@ -3677,6 +3677,7 @@ int AManaProducer::reactToClick(MTGCardInstance * _card)
return 0;
if (cost)
{
cost->setExtraCostsAction(this, _card);
if (!cost->isExtraPaymentSet())
{
GameObserver::GetInstance()->waitForExtraPayment = cost->extraCosts;