diff --git a/projects/mtg/src/MTGAbility.cpp b/projects/mtg/src/MTGAbility.cpp index 6ca50971b..f301c5910 100644 --- a/projects/mtg/src/MTGAbility.cpp +++ b/projects/mtg/src/MTGAbility.cpp @@ -1408,8 +1408,8 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG return a; } - if ( s.find("manaredux(") != string::npos ) - return getManaReduxAbility( s.substr( s.find("manaredux(") + 10), id, spell, card, target ); + if ( s.find("altercost(") != string::npos ) + return getManaReduxAbility( s.substr( s.find("altercost(") + 10), id, spell, card, target ); //resetcost dirty code found = s.find("resetcost");