forked from External/mage
[DFT] Implement Gastal Thrillroller
This commit is contained in:
parent
660bc0d6b4
commit
436a0fd2ed
3 changed files with 69 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ public class ReturnSourceFromGraveyardToBattlefieldEffect extends OneShotEffect
|
|||
}
|
||||
|
||||
private String setText() {
|
||||
StringBuilder sb = new StringBuilder("return {this} from your graveyard to the battlefield");
|
||||
StringBuilder sb = new StringBuilder("return this card from your graveyard to the battlefield");
|
||||
if (tapped) {
|
||||
sb.append(" tapped");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue