forked from External/mage
[MBS] Gruesome Encore
Fixed Mimic Vat
This commit is contained in:
parent
54cda8c4e2
commit
7418d201e4
4 changed files with 194 additions and 18 deletions
|
|
@ -59,4 +59,9 @@ public class AtEndOfTurnDelayedTriggeredAbility extends DelayedTriggeredAbility<
|
|||
public AtEndOfTurnDelayedTriggeredAbility copy() {
|
||||
return new AtEndOfTurnDelayedTriggeredAbility(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "At the beginning of the next end step, " + modes.getText();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue