mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
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;
|
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 true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue