mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
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(
|
||||
permanent, source, game, true,
|
||||
CardUtil.getExileZoneId(WarpAbility.makeWarpString(player.getId()), game),
|
||||
"Warped by " + player.getLogName()
|
||||
"Warped by " + player.getName()
|
||||
);
|
||||
CardUtil.makeCardPlayable(
|
||||
game, source, permanent.getMainCard(), true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue