mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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…
Reference in a new issue