mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
- Issue #8359
This commit is contained in:
parent
4f1c91ecb1
commit
bb9721e698
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,8 @@ class CalixDestinysHandExileEffect extends OneShotEffect {
|
|||
theirPerm.getId(), theirPerm.getZoneChangeCounter(game) + 1, game
|
||||
);
|
||||
MageObjectReference myMor = new MageObjectReference(myPerm, game);
|
||||
UUID exileId = CardUtil.getExileZoneId(game, source);
|
||||
controller.moveCardsToExile(theirPerm, source, game, true, exileId, myPerm.getLogName());
|
||||
UUID exileId = CardUtil.getExileZoneId(myPerm.toString(), game);
|
||||
controller.moveCardsToExile(theirPerm, source, game, true, exileId, myPerm.getIdName());
|
||||
game.addDelayedTriggeredAbility(new CalixDestinysHandDelayedTriggeredAbility(theirMor, myMor), source);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue