mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fix Leave No Trace to target only enchantments
This commit is contained in:
parent
88e744c04c
commit
79d303e180
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue