Psyringe - softcoded Great Defender (LEG), provided test script.

This commit is contained in:
Psyyringe
2009-12-29 00:39:16 +00:00
parent 219c69914a
commit 1f2a5bd4bd
4 changed files with 26 additions and 8 deletions
-7
View File
@@ -1441,13 +1441,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
int mana = card->target->getManaCost()->getConvertedCost();
game->currentlyActing()->getManaPool()->add(Constants::MTG_COLOR_ARTIFACT, mana);
}
case 1614: // Great Defender
{
int toughness = card->target->getManaCost()->getConvertedCost();
int power = 0;
game->addObserver(NEW AInstantPowerToughnessModifierUntilEOT(id, card, card->target, NEW WParsedPT(power,toughness)));
}
//Addons ICE-AGE Cards