forked from External/mage
[FIN] Implement Memories Returning
This commit is contained in:
parent
d0939cda3d
commit
3a31ecf464
36 changed files with 168 additions and 40 deletions
|
|
@ -1034,8 +1034,8 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean putCardsOnBottomOfLibrary(Card card, Game game, Ability source, boolean anyOrder) {
|
||||
return putCardsOnBottomOfLibrary(new CardsImpl(card), game, source, anyOrder);
|
||||
public boolean putCardsOnBottomOfLibrary(Card card, Game game, Ability source) {
|
||||
return putCardsOnBottomOfLibrary(new CardsImpl(card), game, source, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue