mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
[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
Reference in a new issue