* Temporal Distortion - Fixed casting cost.

This commit is contained in:
LevelX2 2017-09-01 10:55:46 +02:00
parent ad94d7ca41
commit b54402ebb2

View file

@ -66,7 +66,7 @@ public class TemporalDistortion extends CardImpl {
} }
public TemporalDistortion(UUID ownerId, CardSetInfo setInfo) { 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. // Whenever a creature or land becomes tapped, put an hourglass counter on it.
Effect effect = new AddCountersTargetEffect(CounterType.HOURGLASS.createInstance()); Effect effect = new AddCountersTargetEffect(CounterType.HOURGLASS.createInstance());