- Fixed Gonti, Lord of Luxury revealing a face-down card to the player when the opponent casts it.

This commit is contained in:
Agetian
2016-09-30 05:19:46 +00:00
parent 17dba95d9a
commit 3475f7866f

View File

@@ -285,7 +285,7 @@ public class DigEffect extends SpellAbilityEffect {
} }
} }
if (!changeValid.isEmpty()) { if (!changeValid.isEmpty() && !sa.hasParam("ExileFaceDown")) {
game.getAction().reveal(movedCards, chooser, true, game.getAction().reveal(movedCards, chooser, true,
chooser + " picked " + (movedCards.size() == 1 ? "this card" : "these cards") + " from "); chooser + " picked " + (movedCards.size() == 1 ? "this card" : "these cards") + " from ");
} }