[DFT] Implement Gastal Thrillroller

This commit is contained in:
theelk801 2025-01-31 10:05:18 -05:00
parent 660bc0d6b4
commit 436a0fd2ed
3 changed files with 69 additions and 1 deletions

View file

@ -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");
}