Some fixes and minor changes.

This commit is contained in:
LevelX2 2012-11-07 23:43:32 +01:00
parent e3ca906b05
commit 1d9df4a3bd
5 changed files with 11 additions and 17 deletions

View file

@ -103,6 +103,6 @@ class ChandrasPhoenixTriggeredAbility extends TriggeredAbilityImpl<ChandrasPhoen
@Override
public String getRule() {
return "Whenever an opponent is dealt damage by a red instant or sorcery spell you control or by a red planeswalker you control, return {this} from your graveyard to your hand";
return "Whenever an opponent is dealt damage by a red instant or sorcery spell you control or by a red planeswalker you control, return {this} from your graveyard to your hand.";
}
}

View file

@ -32,8 +32,7 @@ import mage.Constants.CardType;
import mage.Constants.Rarity;
import mage.MageInt;
import mage.abilities.common.AttacksOrBlocksTriggeredAbility;
import mage.abilities.effects.common.SacrificeEffect;
import mage.abilities.effects.common.SacrificeTargetEffect;
import mage.abilities.effects.common.SacrificeControllerEffect;
import mage.cards.CardImpl;
import mage.filter.common.FilterLandPermanent;
@ -53,7 +52,7 @@ public class LesserGargadon extends CardImpl<LesserGargadon> {
this.toughness = new MageInt(4);
// Whenever Lesser Gargadon attacks or blocks, sacrifice a land.
this.addAbility(new AttacksOrBlocksTriggeredAbility(new SacrificeEffect(new FilterLandPermanent(), 1, ""), false));
this.addAbility(new AttacksOrBlocksTriggeredAbility(new SacrificeControllerEffect(new FilterLandPermanent(), 1, ""), false));
}
public LesserGargadon(final LesserGargadon card) {

View file

@ -34,11 +34,6 @@ import mage.abilities.effects.Effect;
import mage.cards.Card;
/**
*
*
*/
/**
* 702.94. Overload
*