mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
* Quite Contemplation - Added missing effect add.
This commit is contained in:
parent
d8bbc0d813
commit
5f47d00bd6
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue