diff --git a/Mage.Sets/src/mage/sets/gatecrash/NightveilSpecter.java b/Mage.Sets/src/mage/sets/gatecrash/NightveilSpecter.java index 0280012205..14967cdbb5 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) {