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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user