mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
fixed Gruesome Discovery
This commit is contained in:
parent
d3080aa66f
commit
60d6e5b1dd
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class GruesomeDiscoveryEffect extends OneShotEffect<GruesomeDiscoveryEffect> {
|
|||
for (UUID targetId : targets) {
|
||||
Card card = targetPlayer.getHand().get(targetId, game);
|
||||
if (card != null) {
|
||||
return targetPlayer.discard(card, source, game);
|
||||
targetPlayer.discard(card, source, game);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue