mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00: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;
|
||||
}
|
||||
|
||||
if (useBlocking && (permanent.getBlocking() > 0) != blocking)
|
||||
|
|
Loading…
Reference in a new issue