mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Fix Satyr Wayfinder revealing the top 4 cards twice.
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user