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:
wagic.laurent
2009-06-06 11:08:12 +00:00
parent bdaf17352b
commit ea0a414942
4 changed files with 125 additions and 80 deletions
+1 -1
View File
@@ -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;
}