Laurent - Fixed rampage (final) forget to get rid of the bonus at end of turn... :D added elvish berseker as example of rampage ability (also get the bonus from the first blocking creature on)...

This commit is contained in:
wagic.laurent
2009-05-22 20:59:44 +00:00
parent 234cdc64c5
commit 9063a1bfa8
3 changed files with 23 additions and 18 deletions
+11 -6
View File
@@ -1760,12 +1760,17 @@ void AbilityFactory::addAbilities(int _id, Spell * spell){
game->mLayers->stackLayer()->addDamage(card, target, damage);
break;
}
case 129909: //Cryoclasm
{
card->target->controller()->game->putInGraveyard(card->target);
card->target->controller()->life-= 3;
break;
}
case 129909: //Cryoclasm
{
card->target->controller()->game->putInGraveyard(card->target);
card->target->controller()->life-= 3;
break;
}
case 129533: //Elvish Berserker
{
game->addObserver (NEW ARampageAbility(_id,card,1,1,0));
break;
}
//--- addon shm---
case 146013: //Corrupt
{