forked from External/mage
* Archive Trap - fixed that it doesn't apply alternative cost after searched library (#7274);
This commit is contained in:
parent
ced4f44213
commit
aa7226a1af
2 changed files with 52 additions and 2 deletions
|
|
@ -2668,8 +2668,8 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
}
|
||||
|
||||
LibrarySearchedEvent searchedEvent = new LibrarySearchedEvent(targetPlayer.getId(), source, searchingPlayer.getId(), target);
|
||||
if (game.replaceEvent(searchedEvent)) {
|
||||
return false;
|
||||
if (!game.replaceEvent(searchedEvent)) {
|
||||
game.fireEvent(searchedEvent);
|
||||
}
|
||||
break;
|
||||
} while (true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue