include components for RememberTargets

This commit is contained in:
Jetz
2024-08-23 18:55:52 -04:00
parent 601f6a72c1
commit 610488bc22
2 changed files with 6 additions and 1 deletions

View File

@@ -1541,6 +1541,11 @@ public class AbilityUtils {
host.clearRemembered();
}
host.addRemembered(sa.getTargets());
if (sa.hasParam("IncludeAllComponentCards")) {
for (Card c : sa.getTargets().getTargetCards()) {
host.addRemembered(c.getAllComponentCards(false));
}
}
}
if (sa.hasParam("RememberCostMana")) {