mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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 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.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new DontUntapInControllersUntapStepAllEffect(Duration.WhileOnBattlefield, TargetController.ANY, new FilterPermanent("permanents"))));
|
||||
|
|
Loading…
Reference in a new issue