* Venarian Gold - Fixed rule text according #6170.

This commit is contained in:
LevelX2 2020-01-10 20:43:19 +01:00
parent 1b9dde2709
commit 35628c205a
2 changed files with 9 additions and 8 deletions

View file

@ -1,4 +1,3 @@
package mage.abilities.effects.common.counter;
import java.util.Locale;
@ -69,6 +68,9 @@ public class AddCountersAttachedEffect extends OneShotEffect {
}
private void setText() {
if (!staticText.isEmpty()) {
return;
}
StringBuilder sb = new StringBuilder();
// put a +1/+1 counter on it
sb.append("put ");