Merge pull request #1517 from spjspj/master

Stop controller of Future Sight/Melek, Izzet Paragon/Magus of the Fut…
This commit is contained in:
LevelX2 2016-02-06 09:43:54 +01:00
commit 69ab8c1842

View file

@ -77,6 +77,7 @@ public class PlayTheTopCardEffect extends AsThoughEffectImpl {
if (cardOnTop != null
&& affectedControllerId.equals(source.getControllerId())
&& cardOnTop.getOwnerId().equals(source.getControllerId())
&& !cardOnTop.getManaCost().isEmpty()
&& filter.match(cardOnTop, game)) {
Player player = game.getPlayer(cardOnTop.getOwnerId());
if (player != null && cardOnTop.equals(player.getLibrary().getFromTop(game))) {