mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Fixed Ghost Quarter
This commit is contained in:
parent
fa248fa00b
commit
37c38b2a62
1 changed files with 116 additions and 116 deletions
|
|
@ -104,7 +104,7 @@ class GhostQuarterEffect extends OneShotEffect<GhostQuarterEffect> {
|
||||||
if (player.searchLibrary(target, game)) {
|
if (player.searchLibrary(target, game)) {
|
||||||
Card card = player.getLibrary().getCard(target.getFirstTarget(), game);
|
Card card = player.getLibrary().getCard(target.getFirstTarget(), game);
|
||||||
if (card != null) {
|
if (card != null) {
|
||||||
card.putOntoBattlefield(game, Zone.HAND, source.getId(), player.getId());
|
card.putOntoBattlefield(game, Zone.LIBRARY, source.getId(), player.getId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
player.shuffleLibrary(game);
|
player.shuffleLibrary(game);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue