From a789cd4d086740a4a947b8cddea2621c67f50b56 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Wed, 1 Sep 2010 22:32:10 +0000 Subject: [PATCH] tweaked mana redux to allow redux on alternative cost as per MTG rule 117.9d --- projects/mtg/include/AllAbilities.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/mtg/include/AllAbilities.h b/projects/mtg/include/AllAbilities.h index b2060b169..d16865c8e 100644 --- a/projects/mtg/include/AllAbilities.h +++ b/projects/mtg/include/AllAbilities.h @@ -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{