mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* Temporal Distortion - Fixed casting cost.
This commit is contained in:
parent
ad94d7ca41
commit
b54402ebb2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class TemporalDistortion extends CardImpl {
|
|||
}
|
||||
|
||||
public TemporalDistortion(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{3}{U}{U}");
|
||||
|
||||
// Whenever a creature or land becomes tapped, put an hourglass counter on it.
|
||||
Effect effect = new AddCountersTargetEffect(CounterType.HOURGLASS.createInstance());
|
||||
|
|
Loading…
Reference in a new issue