mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Fix Blim, Comedic Genius
This commit is contained in:
parent
88279afcd5
commit
432063d5bd
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class BlimComedicGeniusEffect extends OneShotEffect {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
player.loseLife(count, game, source, true);
|
player.loseLife(count, game, source, true);
|
||||||
TargetDiscard target = new TargetDiscard(StaticFilters.FILTER_CARD, playerId);
|
TargetDiscard target = new TargetDiscard(count, StaticFilters.FILTER_CARD, playerId);
|
||||||
player.choose(outcome, target, source, game);
|
player.choose(outcome, target, source, game);
|
||||||
cardsMap.put(playerId, new CardsImpl(target.getTargets()));
|
cardsMap.put(playerId, new CardsImpl(target.getTargets()));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue