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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user