mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Merge pull request #5552 from brikr/master
Fix Psychic Surgery putting cards on bottom of library
This commit is contained in:
commit
fceedff3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class PsychicSurgeryEffect extends OneShotEffect {
|
|||
}
|
||||
}
|
||||
}
|
||||
controller.putCardsOnBottomOfLibrary(cards, game, source, true);
|
||||
controller.putCardsOnTopOfLibrary(cards, game, source, true);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue