tweaked mana redux to allow redux on alternative cost as per MTG rule 117.9d

This commit is contained in:
omegablast2002@yahoo.com
2010-09-01 22:32:10 +00:00
parent 45f37b7545
commit a789cd4d08
+2
View File
@@ -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{