added oplifetotal...or readded, i swear this was already in a long time ago when I added lifetotal as a variable. either way.
This commit is contained in:
@@ -760,7 +760,7 @@ int MTGAlternativeCostRule::isReactingToClick(MTGCardInstance * card, ManaCost *
|
||||
ManaCost * cost = card->getManaCost();
|
||||
cost->Dump();
|
||||
#endif
|
||||
if (alternateManaCost->extraCosts)
|
||||
if (alternateManaCost->extraCosts && !playerMana->canAfford(card->getManaCost()))
|
||||
{
|
||||
//offerings handle thier own casting and cost payments.
|
||||
//we add this condiational here because offering can also have a completely different
|
||||
|
||||
Reference in New Issue
Block a user