Erwan
- removed Channel and Shield of the ages, which technically solves issues 174 and 178...
This commit is contained in:
@@ -1037,11 +1037,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 1237: //Channel
|
||||
{
|
||||
game->addObserver(NEW AChannel(_id, card));
|
||||
break;
|
||||
}
|
||||
case 1282: //Chaoslace
|
||||
{
|
||||
if (card->target){
|
||||
@@ -1449,11 +1444,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
|
||||
game->addObserver(NEW AMinionofLeshrac( _id, card));
|
||||
break;
|
||||
}
|
||||
case 2421: //Shield of the Age
|
||||
{
|
||||
game->addObserver(NEW AShieldOfTheAge( _id, card));
|
||||
break;
|
||||
}
|
||||
|
||||
// --- addon Mirage ---
|
||||
|
||||
|
||||
@@ -323,9 +323,6 @@ bool MTGAllCards::addPrimitive(CardPrimitive * primitive, MTGCard * card){
|
||||
map<string,string>::iterator it = t->tempValues.find(primitive->name);
|
||||
if (it != t->tempValues.end()) {
|
||||
primitive->setText(it->second);
|
||||
}else if (primitive->text.size()){
|
||||
OutputDebugString(primitive->name.c_str());
|
||||
OutputDebugString("\n");
|
||||
}
|
||||
|
||||
//Legacy:
|
||||
|
||||
Reference in New Issue
Block a user