mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Enabled assertAllCommandsUsed by default and fixed remaining tests
This commit is contained in:
parent
28c3e65fcd
commit
3c0951c350
77 changed files with 360 additions and 282 deletions
|
|
@ -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" : "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue