add ImprintRevealed to RevealHand

This commit is contained in:
Northmoc
2021-01-13 16:08:47 -05:00
parent a0ed9f5ca1
commit 370cb47791

View File

@@ -52,6 +52,11 @@ public class RevealHandEffect extends SpellAbilityEffect {
host.addRemembered(c);
}
}
if (sa.hasParam("ImprintRevealed")) {
for (final Card c : hand) {
host.addImprintedCard(c);
}
}
if (sa.hasParam("RememberRevealedPlayer")) {
host.addRemembered(p);
}