Laurent - Corrected a bug with Lavaborn Muse (should now work correctly). Also added some cards description and basic name and description for some AI deck, first step for further AI deck improvments.
This commit is contained in:
@@ -1827,7 +1827,7 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
|
||||
|
||||
case 130373: //Lavaborn Muse
|
||||
{
|
||||
game->addObserver( NEW ALavaborn(_id ,card, Constants::MTG_PHASE_UPKEEP, -2,-3));
|
||||
game->addObserver( NEW ALavaborn(_id ,card, Constants::MTG_PHASE_UPKEEP, -3,-3));
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user