mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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;
|
||||
}
|
||||
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);
|
||||
cardsMap.put(playerId, new CardsImpl(target.getTargets()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue