mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
CountersPutAllEffect.resolve add "RememberCards"
This commit is contained in:
@@ -71,6 +71,9 @@ public class CountersPutAllEffect extends SpellAbilityEffect {
|
|||||||
GameEntityCounterTable table = new GameEntityCounterTable();
|
GameEntityCounterTable table = new GameEntityCounterTable();
|
||||||
for (final Card tgtCard : cards) {
|
for (final Card tgtCard : cards) {
|
||||||
tgtCard.addCounter(type, counterAmount, placer, table);
|
tgtCard.addCounter(type, counterAmount, placer, table);
|
||||||
|
if (sa.hasParam("RememberCards")) {
|
||||||
|
host.addRemembered(tgtCard);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sa.hasParam("ValidCards2") || sa.hasParam("CounterType2") || sa.hasParam("CounterNum2")) {
|
if (sa.hasParam("ValidCards2") || sa.hasParam("CounterType2") || sa.hasParam("CounterNum2")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user