forked from External/mage
[AFC] Fixed Nihiloor triggering on opponent's attack step (fixes #9222)
This commit is contained in:
parent
5c5cb46de6
commit
46a32d0fc9
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ public final class Nihiloor extends CardImpl {
|
|||
|
||||
static {
|
||||
filter.add(TargetController.OPPONENT.getOwnerPredicate());
|
||||
filter.add(TargetController.YOU.getControllerPredicate());
|
||||
}
|
||||
|
||||
public Nihiloor(UUID ownerId, CardSetInfo setInfo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue