mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
[FIN] Implement Memories Returning
This commit is contained in:
parent
5e03fda7e9
commit
85d85a4b17
36 changed files with 168 additions and 40 deletions
|
|
@ -3240,8 +3240,8 @@ public class TestPlayer implements Player {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean putCardsOnBottomOfLibrary(Card card, Game game, Ability source, boolean anyOrder) {
|
||||
return computerPlayer.putCardsOnBottomOfLibrary(card, game, source, anyOrder);
|
||||
public boolean putCardsOnBottomOfLibrary(Card card, Game game, Ability source) {
|
||||
return computerPlayer.putCardsOnBottomOfLibrary(card, game, source);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue