forked from External/mage
* Academy Rector - Fixed that the search ability was handled as targeted effect.
This commit is contained in:
parent
da44199b3d
commit
bb0be3aea3
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ class AcademyRectorEffect extends OneShotEffect {
|
|||
Player you = game.getPlayer(source.getControllerId());
|
||||
if (you != null) {
|
||||
TargetCardInLibrary target = new TargetCardInLibrary(filter);
|
||||
target.setNotTarget(true);
|
||||
you.searchLibrary(target, game);
|
||||
Card targetCard = game.getCard(target.getFirstTarget());
|
||||
if (targetCard == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue