mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
* Mist of Stagnation - Fixed casting cost.
This commit is contained in:
parent
29649a4b81
commit
ad94d7ca41
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ import mage.target.TargetPermanent;
|
||||||
public class MistOfStagnation extends CardImpl {
|
public class MistOfStagnation extends CardImpl {
|
||||||
|
|
||||||
public MistOfStagnation(UUID ownerId, CardSetInfo setInfo) {
|
public MistOfStagnation(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}");
|
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}{U}");
|
||||||
|
|
||||||
// Permanents don't untap during their controllers' untap steps.
|
// Permanents don't untap during their controllers' untap steps.
|
||||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new DontUntapInControllersUntapStepAllEffect(Duration.WhileOnBattlefield, TargetController.ANY, new FilterPermanent("permanents"))));
|
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new DontUntapInControllersUntapStepAllEffect(Duration.WhileOnBattlefield, TargetController.ANY, new FilterPermanent("permanents"))));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue