forked from External/mage
this is a big one - fixed modal targetting and refactored getText()
This commit is contained in:
parent
1b6e78c489
commit
84b9cbb16b
373 changed files with 912 additions and 1814 deletions
|
|
@ -72,6 +72,7 @@ class MassPolymorphEffect extends OneShotEffect<MassPolymorphEffect> {
|
|||
|
||||
public MassPolymorphEffect() {
|
||||
super(Outcome.PutCreatureInPlay);
|
||||
staticText = "Exile all creatures you control, then reveal cards from the top of your library until you reveal that many creature cards. Put all creature cards revealed this way onto the battlefield, then shuffle the rest of the revealed cards into your library";
|
||||
}
|
||||
|
||||
public MassPolymorphEffect(final MassPolymorphEffect effect) {
|
||||
|
|
@ -112,8 +113,4 @@ class MassPolymorphEffect extends OneShotEffect<MassPolymorphEffect> {
|
|||
return new MassPolymorphEffect(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getText(Ability source) {
|
||||
return "Exile all creatures you control, then reveal cards from the top of your library until you reveal that many creature cards. Put all creature cards revealed this way onto the battlefield, then shuffle the rest of the revealed cards into your library";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue