mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Text fixes [10E]
This commit is contained in:
parent
0aff0cc8ed
commit
185fae28a4
20 changed files with 31 additions and 24 deletions
|
|
@ -150,7 +150,7 @@ public class GainControlTargetEffect extends ContinuousEffectImpl {
|
|||
sb.append("target ");
|
||||
}
|
||||
sb.append(mode.getTargets().get(0).getTargetName());
|
||||
if (!duration.toString().isEmpty()) {
|
||||
if (!duration.toString().isEmpty() && duration != Duration.EndOfGame) {
|
||||
sb.append(' ').append(duration.toString());
|
||||
}
|
||||
return sb.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue