mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed Gonti, Lord of Luxury revealing a face-down card to the player when the opponent casts it.
This commit is contained in:
@@ -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 ");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user