mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
add ImprintRevealed to RevealHand
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user