mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00: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);
|
||||
cards.retainZone(Zone.EXILED, game);
|
||||
player.gainLife(cards.size(), game, source);
|
||||
controller.gainLife(cards.size(), game, source);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue