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;
|
||||
type;
|
||||
_target->getManaCost()->add(type,amount);
|
||||
if(_target->getManaCost()->alternative > 0){
|
||||
_target->getManaCost()->alternative->add(type,amount);}
|
||||
return MTGAbility::addToGame();
|
||||
}
|
||||
AManaRedux * clone() const{
|
||||
|
||||
Reference in New Issue
Block a user