mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
Fixed a bug of EntersBattlefieldAllTriggeredAbility that zone != battlefield did not work.
This commit is contained in:
parent
bfcbe837ed
commit
029bdc059d
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ public class EntersBattlefieldAllTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
|
||||
public EntersBattlefieldAllTriggeredAbility(Zone zone, Effect effect, FilterPermanent filter, boolean optional, boolean setTargetPointer, String rule, boolean controlled) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
super(zone, effect, optional);
|
||||
this.filter = filter;
|
||||
this.rule = rule;
|
||||
this.controlled = controlled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue