This commit is contained in:
Evan Kranzler 2022-11-27 16:40:30 -05:00
parent 7c49366f10
commit 53d32c5bae

View file

@ -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;
}
}