mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Fix scry triggered ability optional argument being unused
This commit is contained in:
parent
a4cc404e18
commit
2b13ce8544
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ public class ScryTriggeredAbility extends TriggeredAbilityImpl {
|
|||
}
|
||||
|
||||
public ScryTriggeredAbility(Zone zone, Effect effect, boolean optional) {
|
||||
super(zone, effect, false);
|
||||
super(zone, effect, optional);
|
||||
setTriggerPhrase("Whenever you scry, ");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue