mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
[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