Laurent - Few addition, all tested and worked (exception Disciple of Vault (MRD) & Mercadia's downfall (MRQ) not tested yet...)

This commit is contained in:
wagic.laurent
2009-07-31 22:00:43 +00:00
parent eda36220f6
commit 717fbd2f4f
9 changed files with 179 additions and 123 deletions

View File

@@ -1283,7 +1283,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
}
case 1240: //Crumble
{
card->target->controller()->game->putInGraveyard(card->target);
card->target->controller()->life+= card->target->getManaCost()->getConvertedCost();
break;
}
@@ -1517,7 +1516,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
case 2660: //Word of Blasting
{
card->target->controller()->game->putInGraveyard(card->target);
card->target->controller()->life-= card->target->getManaCost()->getConvertedCost();
break;
}
@@ -1558,8 +1556,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
case 3194: // Exile
{
Player * p = card->target->controller();
p->game->putInZone(card->target,p->game->inPlay,card->owner->game->removedFromGame);
game->currentlyActing()->life+= card->target->toughness;
break;
}