forked from External/mage
Fix Warp ability's exile zone name
This commit is contained in:
parent
7e7b519f49
commit
38c0cc973d
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class WarpExileEffect extends OneShotEffect {
|
||||||
player.moveCardsToExile(
|
player.moveCardsToExile(
|
||||||
permanent, source, game, true,
|
permanent, source, game, true,
|
||||||
CardUtil.getExileZoneId(WarpAbility.makeWarpString(player.getId()), game),
|
CardUtil.getExileZoneId(WarpAbility.makeWarpString(player.getId()), game),
|
||||||
"Warped by " + player.getLogName()
|
"Warped by " + player.getName()
|
||||||
);
|
);
|
||||||
CardUtil.makeCardPlayable(
|
CardUtil.makeCardPlayable(
|
||||||
game, source, permanent.getMainCard(), true,
|
game, source, permanent.getMainCard(), true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue