Enabled assertAllCommandsUsed by default and fixed remaining tests

This commit is contained in:
Alex Vasile 2022-08-20 07:35:36 -04:00
parent 28c3e65fcd
commit 3c0951c350
77 changed files with 360 additions and 282 deletions

View file

@ -46,6 +46,7 @@ public class ReturnToBattlefieldUnderOwnerControlTargetEffect extends OneShotEff
updateText();
}
// TODO: This does not generate correct text, the ", then" should be from .concatBy, see Angelic Renewal for a card with incorrect text
private void updateText() {
this.staticText = ", then return " + this.returnName
+ " to the battlefield" + (tapped ? " tapped" : "")