changing keyword manaredux to altercost as it is more misleading for manaredux to also mean cost increase.

altercost is more representative of the actual effect than manaredux.
This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-11 07:14:49 +00:00
parent f73da58a9a
commit 7d291747a1
+2 -2
View File
@@ -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");