* Renamed AManaRedux to AAlterCost since the latter is more representative of the effect

* moved more implementations from AllAbilities header file into the impl file.
This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-19 14:55:29 +00:00
parent e553d83098
commit 5f70d1cff1
3 changed files with 211 additions and 180 deletions
+1 -1
View File
@@ -2884,7 +2884,7 @@ MTGAbility * AbilityFactory::getManaReduxAbility(string s, int id, Spell *spell,
}
// figure out the mana cost
int amount = atoi(manaCost.c_str());
return NEW AManaRedux(id, card, target, amount, color);
return NEW AAlterCost(id, card, target, amount, color);
}
MTGAbility::MTGAbility(int id, MTGCardInstance * card) :