mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[OTJ][BIG] Cleanup some card implementation
This commit is contained in:
parent
35a22527f1
commit
d591a89495
7 changed files with 50 additions and 68 deletions
|
|
@ -14,6 +14,7 @@ public class BecomesPlottedSourceTriggeredAbility extends TriggeredAbilityImpl {
|
|||
public BecomesPlottedSourceTriggeredAbility(Effect effect, boolean optional) {
|
||||
super(Zone.EXILED, effect, optional);
|
||||
setTriggerPhrase("When {this} becomes plotted, ");
|
||||
replaceRuleText = true;
|
||||
}
|
||||
|
||||
public BecomesPlottedSourceTriggeredAbility(Effect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue