forked from External/mage
[PIP] Implement Shaun, Father of Synths (#12109)
* Added method to set triggered abilities to optional * TokenCopy effect now copies permanentModifier * Implemented Shaun, Father of Synths * remove TODO * Made `setOptional` chainable
This commit is contained in:
parent
96939b31eb
commit
8271686cb4
5 changed files with 101 additions and 1 deletions
|
|
@ -46,6 +46,8 @@ public interface TriggeredAbility extends Ability {
|
|||
|
||||
boolean isOptional();
|
||||
|
||||
TriggeredAbility setOptional();
|
||||
|
||||
boolean isLeavesTheBattlefieldTrigger();
|
||||
|
||||
void setLeavesTheBattlefieldTrigger(boolean leavesTheBattlefieldTrigger);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue