forked from External/mage
* Necropotence - Fixed that the name of the exiled cards was shown in the log.
This commit is contained in:
parent
80f06a22c6
commit
b737cbfe24
144 changed files with 198 additions and 194 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue