tweaked mana redux to allow redux on alternative cost as per MTG rule 117.9d
This commit is contained in:
@@ -2582,6 +2582,8 @@ public:
|
|||||||
amount;
|
amount;
|
||||||
type;
|
type;
|
||||||
_target->getManaCost()->add(type,amount);
|
_target->getManaCost()->add(type,amount);
|
||||||
|
if(_target->getManaCost()->alternative > 0){
|
||||||
|
_target->getManaCost()->alternative->add(type,amount);}
|
||||||
return MTGAbility::addToGame();
|
return MTGAbility::addToGame();
|
||||||
}
|
}
|
||||||
AManaRedux * clone() const{
|
AManaRedux * clone() const{
|
||||||
|
|||||||
Reference in New Issue
Block a user