-Remove disrupting scepter from the game, closing issue 163
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-13 09:45:10 +00:00
parent ee3286ff2a
commit 927382ac8b
5 changed files with 8 additions and 58 deletions
-6
View File
@@ -1070,12 +1070,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
}
break;
}
case 1106: //Disrupting Scepter
{
ADisruptingScepter * ability = NEW ADisruptingScepter(_id,card);
game->addObserver(ability);
break;
}
case 1284: //Dragon Whelp
{
game->addObserver(NEW ADragonWhelp(_id,card));