-closing issue 165 (glasses of urza). Removed the card from the game, won't fix.
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-13 09:48:29 +00:00
parent 927382ac8b
commit f9c810058d
4 changed files with 8 additions and 75 deletions

View File

@@ -1092,12 +1092,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
game->addObserver(NEW AForceOfNature(_id,card));
break;
}
case 1110: //Glasses Of Urza
{
AGlassesOfUrza * ability = NEW AGlassesOfUrza(_id,card);
game->addObserver(ability);
break;
}
case 1112: //Howling Mine
{
game->addObserver(NEW AHowlingMine(_id, card));