forked from External/mage
Portal Manipulator should work during any declare attackers step, not just the controller's.
This commit is contained in:
parent
ef475de29e
commit
366ffbb1e0
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ import java.util.stream.Collectors;
|
|||
*/
|
||||
public final class PortalManipulator extends CardImpl {
|
||||
|
||||
private static final Condition condition = new IsStepCondition(PhaseStep.DECLARE_ATTACKERS);
|
||||
private static final Condition condition = new IsStepCondition(PhaseStep.DECLARE_ATTACKERS, false);
|
||||
private static final FilterPermanent filter = new FilterAttackingCreature("attacking creatures controlled by that player's opponents");
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue