* Necropotence - Fixed that the name of the exiled cards was shown in the log.

This commit is contained in:
LevelX2 2015-04-09 14:53:24 +02:00
parent 80f06a22c6
commit b737cbfe24
144 changed files with 198 additions and 194 deletions

View file

@ -101,7 +101,7 @@ public class CounterTargetWithReplacementEffect extends OneShotEffect {
controller.moveCardToLibraryWithInfo(card, sourceId, game, Zone.STACK, flag, true);
break;
case EXILED:
controller.moveCardToExileWithInfo(card, null, "", sourceId, game, Zone.STACK);
controller.moveCardToExileWithInfo(card, null, "", sourceId, game, Zone.STACK, true);
break;
default:
card.moveToZone(targetZone, sourceId, game, flag);