Update MemorizeLoser filter function

This commit is contained in:
Devon Henegar
2025-02-03 11:49:37 -05:00
committed by GitHub
parent 0f7f2ed3aa
commit 996e19e777

View File

@@ -50,7 +50,7 @@ public class WinsSkirmish implements TriggerCheckerProducer {
if (winner != null) {
losers.remove(winner);
}
actionContext.setCardMemory(memorizeInvolving, losers);
actionContext.setCardMemory(memorizeLoser, losers);
}
return result;
}