- Fixed Demonic Tutor and friends revealing the fetched card.

This commit is contained in:
Sloth
2014-02-12 06:30:39 +00:00
parent 3dc4594173
commit 73e835df10

View File

@@ -892,7 +892,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
}
}
if (((!ZoneType.Battlefield.equals(destination) && changeType != null && !defined)
if (((!ZoneType.Battlefield.equals(destination) && changeType != null && !defined && !changeType.equals("Card"))
|| (sa.hasParam("Reveal") && !movedCards.isEmpty())) && !sa.hasParam("NoReveal")) {
game.getAction().reveal(movedCards, player);
}