removed spell blast alias, it is now soft coded.

This commit is contained in:
omegablast2002@yahoo.com
2012-04-13 11:38:28 +00:00
parent 88e6c1852b
commit b0482fa952

View File

@@ -3687,17 +3687,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell)
observer->addObserver(ability);
break;
}
case 1224: //Spell Blast
{
int x = computeX(spell, card);
Spell * starget = spell->getNextSpellTarget();
if (starget)
{
if (starget->cost->getConvertedCost() <= x)
observer->mLayers->stackLayer()->Fizzle(starget);
}
break;
}
case 1194: //Control Magic
{
observer->addObserver(NEW AControlStealAura(observer, _id, card, card->target));