Minion could never be assigned to more than one skirmish.
This commit is contained in:
@@ -275,6 +275,7 @@ public class Filters {
|
||||
}),
|
||||
Filters.and(
|
||||
CardType.MINION,
|
||||
Filters.notAssignedToSkirmish,
|
||||
new Filter() {
|
||||
@Override
|
||||
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {
|
||||
|
||||
Reference in New Issue
Block a user