CountersPutAllEffect.resolve add "RememberCards"

This commit is contained in:
Northmoc
2022-07-26 16:12:06 -04:00
parent 75264c6115
commit ed467fa2d1

View File

@@ -71,6 +71,9 @@ public class CountersPutAllEffect extends SpellAbilityEffect {
GameEntityCounterTable table = new GameEntityCounterTable();
for (final Card tgtCard : cards) {
tgtCard.addCounter(type, counterAmount, placer, table);
if (sa.hasParam("RememberCards")) {
host.addRemembered(tgtCard);
}
}
if (sa.hasParam("ValidCards2") || sa.hasParam("CounterType2") || sa.hasParam("CounterNum2")) {