mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Fixed filter for target"attacking or blocking" - Fixed Divine Verdict.
This commit is contained in:
parent
015ea665af
commit
f60fc5f16c
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ public class FilterCreaturePermanent<T extends FilterCreaturePermanent<T>> exten
|
||||||
return notFilter;
|
return notFilter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return !notFilter;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (useBlocking && (permanent.getBlocking() > 0) != blocking)
|
if (useBlocking && (permanent.getBlocking() > 0) != blocking)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue