From ac1f6d5512fec9b0490b0c414b9a3cf9f726f908 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sun, 17 Feb 2013 10:18:26 +0100 Subject: [PATCH] Some minor changes to Nightveil Specter. --- Mage.Sets/src/mage/sets/gatecrash/NightveilSpecter.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Mage.Sets/src/mage/sets/gatecrash/NightveilSpecter.java b/Mage.Sets/src/mage/sets/gatecrash/NightveilSpecter.java index 02800122050..14967cdbb50 100644 --- a/Mage.Sets/src/mage/sets/gatecrash/NightveilSpecter.java +++ b/Mage.Sets/src/mage/sets/gatecrash/NightveilSpecter.java @@ -45,7 +45,6 @@ import mage.cards.Card; import mage.cards.CardImpl; import mage.game.ExileZone; import mage.game.Game; -import mage.game.permanent.Permanent; import mage.players.Player; /** @@ -117,7 +116,7 @@ class NightveilSpecterExileEffect extends OneShotEffect public NightveilSpecterEffect() { super(AsThoughEffectType.CAST, Duration.EndOfGame, Outcome.Benefit); - staticText = "You may play cards exiled with Nightveil Specter"; + staticText = "You may play cards exiled with {this}"; } public NightveilSpecterEffect(final NightveilSpecterEffect effect) {