Fixed effect texts

This commit is contained in:
Oleg Agafonov 2020-06-14 04:28:58 +04:00
parent 476cf92ce6
commit ad4be5a9fe
8 changed files with 11 additions and 11 deletions

View file

@ -71,7 +71,7 @@ public class DontUntapInControllersUntapStepTargetEffect extends ContinuousRuleM
if (staticText != null) {
return staticText;
}
return "Target " + mode.getTargets().get(0).getTargetName()
return "target " + mode.getTargets().get(0).getTargetName()
+ " doesn't untap during its controller's untap step" + (getDuration().toString().isEmpty() ? "" : " " + getDuration());
}