Laurent - Added Dreamborn Muse (10E) tested and work, also tested the deplete function with instant and sorcery works fine (see ray of erasure ICE)

This commit is contained in:
wagic.laurent
2009-05-26 22:03:30 +00:00
parent c1239606cb
commit deffc085f4
6 changed files with 61 additions and 21 deletions
+7
View File
@@ -1802,6 +1802,13 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
game->addObserver( NEW ALavaborn(_id ,card, Constants::MTG_PHASE_UPKEEP, -2,-3));
break;
}
case 135246: //Dreamborn Muse
{
game->addObserver( NEW ADreambornMuse(_id ,card));
break;
}
case 135215: //Sylvan Basilisk
{
game->addObserver( NEW ABasilik (_id ,card));