forked from External/mage
TriggeredAbilityImpl.java: added optional to getRule
DrawCardTriggerAbility added Used DrawCardTriggeredAbility for LorescaleCoatl and JacesErasure
This commit is contained in:
parent
b4ce80dfdc
commit
5e8a744179
4 changed files with 81 additions and 73 deletions
|
|
@ -98,4 +98,8 @@ public abstract class TriggeredAbilityImpl<T extends TriggeredAbilityImpl<T>> ex
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return (optional ? "you may " : "") + super.getRule();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue