J0N4TH4N - removed hard code for Dreamborn Muse

This commit is contained in:
leungclj
2009-10-04 01:39:23 +00:00
parent 7f833b963e
commit f882fd437b
3 changed files with 3 additions and 67 deletions
-6
View File
@@ -1510,12 +1510,6 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
game->addObserver( NEW ALavaborn(_id ,card, Constants::MTG_PHASE_UPKEEP, -3,-3));
break;
}
case 135246: //Dreamborn Muse
{
game->addObserver( NEW ADreambornMuse(_id ,card));
break;
}
case 129774: // Traumatize
{
int nbcards;