mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
implement [MH3] Planar Genesis
This commit is contained in:
parent
64265bc2dd
commit
d1e12595d9
3 changed files with 79 additions and 0 deletions
|
|
@ -114,6 +114,9 @@ public class LookLibraryAndPickControllerEffect extends LookLibraryControllerEff
|
|||
return actionWithPickedCards(game, source, player, pickedCards, cards);
|
||||
}
|
||||
|
||||
/**
|
||||
* Can be overriden for additional effect
|
||||
*/
|
||||
protected boolean actionWithPickedCards(Game game, Ability source, Player player, Cards pickedCards, Cards otherCards) {
|
||||
boolean result = putPickedCards.moveCards(player, pickedCards, source, game);
|
||||
result |= putLookedCards.moveCards(player, otherCards, source, game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue