mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
small fix
This commit is contained in:
parent
c94ed2bf75
commit
e9cc7d0338
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class SharedSummonsTarget extends TargetCardInLibrary {
|
|||
private static final FilterCard filter2 = new FilterCreatureCard("creature cards with different names");
|
||||
|
||||
SharedSummonsTarget() {
|
||||
super(0, 4, filter2);
|
||||
super(0, 2, filter2);
|
||||
}
|
||||
|
||||
private SharedSummonsTarget(final SharedSummonsTarget target) {
|
||||
|
|
Loading…
Reference in a new issue