-fix Issue 150 (hypnotic specter)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-01 12:15:37 +00:00
parent 5b92639cca
commit 18293ba07c
4 changed files with 36 additions and 52 deletions
-8
View File
@@ -820,7 +820,6 @@ int AbilityFactory::magicText(int id, Spell * spell, MTGCardInstance * card, int
result++;
}else{
OutputDebugString("ABILITYFACTORY ERROR: Parser returned NULL\n");
//return result;
}
}
return result;
@@ -1133,13 +1132,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
game->addObserver(ability);
break;
}
/*case 1164: //Howl from beyond
{
int x = computeX(spell,card);
AInstantPowerToughnessModifierUntilEOT * ability = NEW AInstantPowerToughnessModifierUntilEOT( _id, card, card->target, x, 0);
game->addObserver(ability);
break;
}*/
case 1202: //Hurkyl's Recall
{
Player * player = spell->getNextPlayerTarget();