mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
text fixes for blink effects
This commit is contained in:
parent
81c8d4e28f
commit
3d0e8c3404
16 changed files with 29 additions and 23 deletions
|
|
@ -47,7 +47,7 @@ public class ReturnToBattlefieldUnderOwnerControlTargetEffect extends OneShotEff
|
|||
}
|
||||
|
||||
private void updateText() {
|
||||
this.staticText = "then return " + this.returnName
|
||||
this.staticText = ", then return " + this.returnName
|
||||
+ " to the battlefield" + (tapped ? " tapped" : "")
|
||||
+ " under " + this.returnUnderControlName + " control";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ public class ReturnToBattlefieldUnderYourControlTargetEffect extends OneShotEffe
|
|||
}
|
||||
|
||||
private void updateText() {
|
||||
this.staticText = "return " + returnName + " to the battlefield under " + returnUnderControlName + " control"
|
||||
this.staticText = ", then return " + returnName + " to the battlefield under " + returnUnderControlName + " control"
|
||||
+ (tapped ? " tapped" : "")
|
||||
+ (tapped && attacking ? " and" : "")
|
||||
+ (attacking ? " attacking" : "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue