* Quite Contemplation - Added missing effect add.

This commit is contained in:
LevelX2 2014-09-11 15:26:03 +02:00
parent d8bbc0d813
commit 5f47d00bd6

View file

@ -70,6 +70,7 @@ public class QuietContemplation extends CardImpl {
DoIfCostPaid doIfCostPaid = new DoIfCostPaid(new TapTargetEffect(), new GenericManaCost(1),"Tap creature?");
Effect effect = new SkipNextUntapTargetEffect();
effect.setText("and it doesn't untap during its controller's next untap step");
doIfCostPaid.addEffect(effect);
Ability ability = new SpellCastControllerTriggeredAbility(doIfCostPaid, filterNonCreature, false);
ability.addTarget(new TargetCreaturePermanent(filter));
this.addAbility(ability);