mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix #11933 (Cosmium Catalyst)
This commit is contained in:
parent
a7f808afb6
commit
f207945830
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue