mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
[BRO] fix #9784
This commit is contained in:
parent
7c49366f10
commit
53d32c5bae
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class TitaniasCommandEffect extends OneShotEffect {
|
||||||
}
|
}
|
||||||
controller.moveCards(cards, Zone.EXILED, source, game);
|
controller.moveCards(cards, Zone.EXILED, source, game);
|
||||||
cards.retainZone(Zone.EXILED, game);
|
cards.retainZone(Zone.EXILED, game);
|
||||||
player.gainLife(cards.size(), game, source);
|
controller.gainLife(cards.size(), game, source);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue