forked from External/mage
Merge origin/master
This commit is contained in:
commit
69e90cc792
1 changed files with 2 additions and 2 deletions
|
|
@ -77,9 +77,9 @@ class GoblinMachinistEffect extends OneShotEffect {
|
|||
break;
|
||||
}
|
||||
}
|
||||
controller.revealCards(source, cards, game);
|
||||
controller.putCardsOnBottomOfLibrary(cards, game, source, true);
|
||||
}
|
||||
controller.revealCards(source, cards, game);
|
||||
controller.putCardsOnBottomOfLibrary(cards, game, source, true);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue