forked from External/mage
[VIS] Elkin Lair, non-owner can now play exiled card on their turn
This commit is contained in:
parent
6d4c422720
commit
b2ac0d7e88
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class ElkinLairUpkeepEffect extends OneShotEffect {
|
|||
String exileName = sourcePermanent.getIdName() + " <this card may be played the turn it was exiled";
|
||||
player.moveCardsToExile(card, source, game, true, source.getSourceId(), exileName);
|
||||
if (game.getState().getZone(card.getId()) == Zone.EXILED) {
|
||||
ContinuousEffect effect = new PlayFromNotOwnHandZoneTargetEffect(Zone.EXILED, Duration.EndOfTurn);
|
||||
ContinuousEffect effect = new PlayFromNotOwnHandZoneTargetEffect(Zone.EXILED, TargetController.OWNER, Duration.EndOfTurn);
|
||||
effect.setTargetPointer(new FixedTarget(card, game));
|
||||
game.addEffect(effect, source);
|
||||
DelayedTriggeredAbility delayed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue