mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
fixed Benthic Biomancer triggered ability being optional
This commit is contained in:
parent
c47b4d4fe1
commit
22971b63fa
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class OneOrMoreCountersAddedTriggeredAbility extends TriggeredAbilityImpl
|
|||
}
|
||||
|
||||
public OneOrMoreCountersAddedTriggeredAbility(Effect effect, boolean optional, CounterType counterType) {
|
||||
super(Zone.ALL, effect, true);
|
||||
super(Zone.ALL, effect, optional);
|
||||
this.counterType = counterType;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue