Fix Leave No Trace to target only enchantments

This commit is contained in:
Fenhl 2016-05-15 20:15:15 +00:00
parent 88e744c04c
commit 79d303e180

View file

@ -59,7 +59,7 @@ public class LeaveNoTrace extends CardImpl {
// Radiance - Destroy target enchantment and each other enchantment that shares a color with it.
this.getSpellAbility().addEffect(new LeaveNoTraceEffect());
this.getSpellAbility().addTarget(new TargetPermanent());
this.getSpellAbility().addTarget(new TargetEnchantmentPermanent());
}
public LeaveNoTrace(final LeaveNoTrace card) {