Fix Satyr Wayfinder revealing the top 4 cards twice.

This commit is contained in:
Myrd
2014-12-13 16:50:04 +00:00
parent 60b0a1bbb4
commit 59c1aa95b8

View File

@@ -118,7 +118,6 @@ public class DigEffect extends SpellAbilityEffect {
DelayedReveal delayedReveal = null;
boolean hasRevealed = true;
if (sa.hasParam("Reveal")) {
delayedReveal = new DelayedReveal(top, srcZone, p);
game.getAction().reveal(top, p, false);
}
else if (sa.hasParam("RevealOptional")) {