J0N4TH4N - please review the removal of Dehydration in MTGAbility.cpp

This commit is contained in:
leungclj
2009-10-03 15:36:53 +00:00
parent 5f020bac87
commit b6e97c1f17
9 changed files with 53 additions and 55 deletions

View File

@@ -1558,14 +1558,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
game->mLayers->stackLayer()->addDamage(card, target, damage);
break;
}
case 129521: //Dehydratation
// Don't understand why but target automatically untap when cast...
{
game->addObserver(NEW UntapBlocker(_id,card,card->target));
break;
}
case 130369: // Soulblast
{
int damage = 0;