- Fix for issue 614 (removed hardcoded Howling Mine)

- Fix for issue 615 (Linux/PSP compilation error)
This commit is contained in:
wagic.the.homebrew@gmail.com
2011-03-31 09:38:04 +00:00
parent 27c9391876
commit 3c691b6741
4 changed files with 25 additions and 36 deletions
-5
View File
@@ -3293,11 +3293,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell)
game->addObserver(NEW AFireball(_id, card, spell, x));
break;
}
case 1112: //Howling Mine
{
game->addObserver(NEW AHowlingMine(_id, card));
break;
}
case 1113: //Iron Star
{
int cost[] = { Constants::MTG_COLOR_ARTIFACT, 1 };