fix #11933 (Cosmium Catalyst)

This commit is contained in:
xenohedron 2024-03-12 01:55:07 -04:00
parent a7f808afb6
commit f207945830

View file

@ -88,7 +88,7 @@ class CosmiumCatalystEffect extends OneShotEffect {
if (!target.canChoose(controller.getId(), source, game)) {
return true;
}
controller.chooseTarget(outcome, target, source, game);
target.chooseTarget(outcome, controller.getId(), source, game);
Card chosenCard = game.getCard(target.getFirstTarget());
if (chosenCard != null) {
CardUtil.castSpellWithAttributesForFree(controller, source, game, chosenCard);