Fixing Mordor Assassin

This commit is contained in:
Christian 'ketura' McCarty
2024-11-01 22:40:56 -05:00
parent 9bcbc39cbb
commit f700f09be6

View File

@@ -243,7 +243,6 @@ public class Filters {
|| game.getModifiersQuerying().isUnhastyCompanionAllowedToParticipateInSkirmishes(game, physicalCard)), || game.getModifiersQuerying().isUnhastyCompanionAllowedToParticipateInSkirmishes(game, physicalCard)),
Filters.and( Filters.and(
CardType.MINION, CardType.MINION,
Filters.notAssignedToSkirmish,
new Filter() { new Filter() {
@Override @Override
public boolean accepts(LotroGame game, PhysicalCard physicalCard) { public boolean accepts(LotroGame game, PhysicalCard physicalCard) {